broke out stylesheets
This commit is contained in:
23
app/assets/stylesheets/specific/site_map.css.scss
Normal file
23
app/assets/stylesheets/specific/site_map.css.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
div#c-static {
|
||||
div#a-site-map {
|
||||
width: 80em;
|
||||
|
||||
h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
section {
|
||||
width: 20em;
|
||||
float: left;
|
||||
|
||||
h1 {
|
||||
display: block;
|
||||
font-size: $h3_size;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user