fix(header_log): ajuste do tamanho na logo em telas mobile

This commit is contained in:
Gabriel Ferraz Nogueira 2022-12-12 12:27:21 -03:00
parent 78a933a392
commit 82113c8fc8

View File

@ -106,7 +106,11 @@
}
&__logo {
width: 15.66%;
width: 45.35%;
@media (min-width: 1025px) {
width: 17.059%;
}
@media (min-width: 1025px) {
width: 15.28%;