Skip to content

Commit

Permalink
Aumenta tamanho da logo no cabeçalho
Browse files Browse the repository at this point in the history
  • Loading branch information
lpirola committed Jun 25, 2024
1 parent f6bb808 commit 541e9fd
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
&--img {
padding: 0;
img {
max-height: size(55);
max-height: size(75);

@media (max-width:size(400)){
max-height: size(45);
max-height: size(65);
}
}
}
Expand Down Expand Up @@ -79,19 +79,19 @@
align-items: center;
display: flex;
justify-content: center;
max-height: size(55);
max-height: size(85);

img {
width: auto;
max-height: size(55);
max-height: size(85);
}

@media (max-width:size(400)){
height: size(45);
height: size(75);

img {
width: auto;
max-height: size(45);
max-height: size(75);
}
}
}
Expand Down

0 comments on commit 541e9fd

Please sign in to comment.