'max-device-width' is deprecated

This commit is contained in:
OniriCorpe 2022-03-22 21:35:02 +01:00
parent d2d072f70a
commit 162e4033ae

View file

@ -48,7 +48,7 @@
text-align: center;
}
@media only screen and (max-device-width: 600px) {
@media only screen and (max-width: 1000px) {
body {
margin: 0 1em 0 1em;
font-size: 3em;