settings
This commit is contained in:
7
style/big_screen.css
Normal file
7
style/big_screen.css
Normal file
@@ -0,0 +1,7 @@
|
||||
@media (min-width: 40.5em) {
|
||||
body {
|
||||
max-width: 50em;
|
||||
min-width: 40.5em;
|
||||
margin: 0px auto;
|
||||
}
|
||||
}
|
||||
@@ -9,6 +9,7 @@ body {
|
||||
font-size: 1em;
|
||||
color:#333;
|
||||
background:#DDD;
|
||||
min-width: 30em;
|
||||
}
|
||||
|
||||
a {
|
||||
Reference in New Issue
Block a user