Initial push
This commit is contained in:
11
_sass/mobile.scss
Normal file
11
_sass/mobile.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@media only screen and (max-width: 479px) {
|
||||
|
||||
// Hide clutter elements on mobile
|
||||
.mobile-hide{ display: none !important; }
|
||||
|
||||
// Don't split footer text
|
||||
.footer-text{ float: left !important;}
|
||||
|
||||
// Phone Friendly Margarine ;)
|
||||
html {margin: 1em !important;}
|
||||
}
|
||||
Reference in New Issue
Block a user