This commit is contained in:
2015-08-16 23:47:00 +02:00
parent d231658b60
commit 475b7372ea
7 changed files with 41 additions and 18 deletions

7
style/big_screen.css Normal file
View File

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

View File

@@ -9,6 +9,7 @@ body {
font-size: 1em;
color:#333;
background:#DDD;
min-width: 30em;
}
a {