forked from M3-Academy/challenge-landing-page
Adiciona os banner principais desktop e mobile
This commit is contained in:
parent
00141cafb7
commit
0690f5b8b9
BIN
assets/imagens/baner logo.png
Normal file
BIN
assets/imagens/baner logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/imagens/banner mobile.png
Normal file
BIN
assets/imagens/banner mobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 341 KiB |
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user