integrations #1

Merged
naianfelix merged 13 commits from integrations into main 2022-10-12 22:25:23 +00:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit aa3a356fd3 - Show all commits

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>