removed /m/ codepath, added mobile override stylesheet
This commit is contained in:
16
app/assets/stylesheets/mobile/page_header.css.scss
Normal file
16
app/assets/stylesheets/mobile/page_header.css.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
@import "../common/000_vars.css.scss";
|
||||
|
||||
header#top {
|
||||
h1 {
|
||||
font-size: 2.5em;
|
||||
margin: 5px 30px 0 30px;
|
||||
}
|
||||
|
||||
menu {
|
||||
font-size: $h2_size;
|
||||
|
||||
li.nonessential {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user