fix: media query

This commit is contained in:
Robson Tito de Paula Ferreira 2022-10-13 22:08:44 -03:00
parent 960d672be1
commit 0074fc1eb6

View File

@ -152,6 +152,7 @@ body {
@media screen and (max-widht:2500) {
.main-banner-mobile {
display: none;
}
}