refactor: ajustando posição das imagens
This commit is contained in:
parent
77c5c620e1
commit
dbc4285130
BIN
src/assets/Logo-M3Academy.png
Normal file
BIN
src/assets/Logo-M3Academy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
9
src/assets/svgs/Logo-M3Academy.svg
Normal file
9
src/assets/svgs/Logo-M3Academy.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 19 KiB |
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user