Merge pull request 'Corrige breakpoint mobile' (#3) from carloswinter into main

Reviewed-on: #3
This commit is contained in:
Carlos Eduardo T. Winter 2022-10-11 16:09:28 +00:00
commit ee9cf58d5f

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%;
}