mobile friendly

This commit is contained in:
2015-08-18 21:07:17 +02:00
parent b0dc4f6483
commit 6a97fba1de
9 changed files with 263 additions and 227 deletions

7
style/_big_screen.scss Normal file
View File

@@ -0,0 +1,7 @@
@media (min-width: 40.5em) {
body {
max-width: 50em;
min-width: 40.5em;
margin: 0px auto;
}
}