forked from M3-Academy/challenge-landing-page
feat: Adiciona Infocard do bot mobile
This commit is contained in:
parent
2b56671873
commit
340907520b
BIN
assets/images/bot-infocard-image-mobile.png
Normal file
BIN
assets/images/bot-infocard-image-mobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 246 KiB |
@ -236,13 +236,15 @@ body{
|
||||
}
|
||||
|
||||
@media screen and (min-width:1025px){
|
||||
.main-banner-mobile{
|
||||
.main-banner-mobile,
|
||||
.bot-infocard-image-mobile{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:1024px) {
|
||||
.main-banner-desktop{
|
||||
.main-banner-desktop,
|
||||
.bot-infocard-image-desktop{
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -314,4 +316,12 @@ body{
|
||||
width: 23%;
|
||||
}
|
||||
|
||||
.bot-infocard{
|
||||
flex-direction: column-reverse;
|
||||
padding: 98px 0 87px;
|
||||
}
|
||||
.bot-infocard-text{
|
||||
width: 84%;
|
||||
}
|
||||
|
||||
}
|
@ -144,7 +144,8 @@
|
||||
</div>
|
||||
|
||||
<figure class="bot-infocard-figure">
|
||||
<img class="bot-infocard-image" src="./assets/images/bot-infocard-image-desktop.png" alt="Imagem do Infocard do Bot">
|
||||
<img class="bot-infocard-image bot-infocard-image-desktop" src="./assets/images/bot-infocard-image-desktop.png" alt="Imagem do Infocard do Bot Desktop">
|
||||
<img class="bot-infocard-image bot-infocard-image-mobile" src="./assets/images/bot-infocard-image-mobile.png" alt="Imagem do Infocard do Bot">
|
||||
</figure>
|
||||
|
||||
</article>
|
||||
|
Loading…
Reference in New Issue
Block a user