broke out stylesheets
This commit is contained in:
24
app/assets/stylesheets/specific/terms_of_service.css.scss
Normal file
24
app/assets/stylesheets/specific/terms_of_service.css.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
div#terms-of-service {
|
||||
width: 40em;
|
||||
|
||||
h1 {
|
||||
font-size: $h2_size;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
section {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user