feat: adiciona main banner desktop e mobile

This commit is contained in:
Naian Felix dos Santos 2022-10-10 17:04:18 -03:00
parent 18f839ee0a
commit aa3a356fd3
2 changed files with 14 additions and 0 deletions

View File

@ -25,8 +25,16 @@ body {
width: 100%;
}
.main-banner {
width: 100%;
}
@media screen and (max-width: 768px) {
.header-logo {
padding: 24px 0 33px;
}
.main-banner {
content: url('../image/main-banner-mobile.png');
}
}

View File

@ -21,6 +21,12 @@
</header>
<main>
<div>
<img class="main-banner" src="assets/image/main-banner-desktop.png" alt="Banner Principal">
</div>
</main>