media query fixed

This commit is contained in:
Iris Lightshard 2022-08-20 18:24:02 -06:00
parent e70405f5ae
commit dc0ac61b27
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -418,7 +418,7 @@ body {
right: 0;
}
@media(screen) and (max-width: 600px) {
@media screen and (max-width: 600px) {
body {
font-size: 75%;
}