media query fixed
This commit is contained in:
parent
e70405f5ae
commit
dc0ac61b27
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ body {
|
|||
right: 0;
|
||||
}
|
||||
|
||||
@media(screen) and (max-width: 600px) {
|
||||
@media screen and (max-width: 600px) {
|
||||
body {
|
||||
font-size: 75%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue