refactor: ajustando posição das imagens

This commit is contained in:
Caroline Moran 2022-10-07 07:18:21 -04:00
parent 77c5c620e1
commit dbc4285130
5 changed files with 14 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -12,8 +12,8 @@
<header>
<figure class="logo-container">
<img
src="./assets/LogoM3Branco.png"
alt="Logo M3 Ecommerce"
src="./assets/svgs/Logo-M3Academy.svg"
alt="Logo M3 Academy"
class="logo"
/>
</figure>

View File

@ -18,7 +18,7 @@
}
.logo {
width: 5%;
width: 12%;
}
/* Banner principal */
@ -254,7 +254,7 @@
@media (max-width: 1024px) {
/* Cabecalho */
.logo {
width: 20%;
width: 55%;
}
/* Banner principal */
.banner-principal-desktop {
@ -318,7 +318,7 @@
.mini-banners {
display: grid;
grid-template-areas:
"mini-banner1 mini-banner2"
"mini-banner2 mini-banner1"
"mini-banner3 mini-banner3";
gap: 24px 14px;
top: 32px;