Adiciona os banner principais desktop e mobile

This commit is contained in:
Carlos cristovao guerreiro scantbelruy 2022-10-11 14:34:08 -04:00
parent 00141cafb7
commit 0690f5b8b9
3 changed files with 16 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

View File

@ -13,4 +13,20 @@
.header-logo {
display: block;
}
.main-banner {
width: 100%;
}
@media (max-width: 414px) {
.main-banner-desktop{
display: none;
}
}
@media (min-width: 415px) {
.main-banner-mobile {
display: none;
}
}