mobile friendly
This commit is contained in:
7
style/_big_screen.scss
Normal file
7
style/_big_screen.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@media (min-width: 40.5em) {
|
||||
body {
|
||||
max-width: 50em;
|
||||
min-width: 40.5em;
|
||||
margin: 0px auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user