Corrige breakpoint mobile

This commit is contained in:
carloswinter 2022-10-11 13:05:14 -03:00
parent 33c73bda78
commit d99bb38ec4

View File

@ -179,6 +179,10 @@ body{
}
@media screen and (max-width: 767px){
}
@media screen and (max-width: 1024px){
.topbannerdesktop{
display:none;
}
@ -186,9 +190,6 @@ body{
width: 100%;
display: block;
}
}
@media screen and (max-width: 1439px){
.topinfo-texts{
min-width: 86%;
}