'max-device-width' is deprecated
This commit is contained in:
parent
d2d072f70a
commit
162e4033ae
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-device-width: 600px) {
|
@media only screen and (max-width: 1000px) {
|
||||||
body {
|
body {
|
||||||
margin: 0 1em 0 1em;
|
margin: 0 1em 0 1em;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue