Ajustando o display desktop emobile das infoClasses
This commit is contained in:
parent
0f0570d6df
commit
f9a7da670b
@ -40,7 +40,7 @@
|
|||||||
Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
|
Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
|
||||||
</p>
|
</p>
|
||||||
<picture>
|
<picture>
|
||||||
<img src="./assets/img/fxemoji_threenetworkedcomputers.svg" alt="">
|
<img class="info_image" src="./assets/img/fxemoji_threenetworkedcomputers.svg" alt="">
|
||||||
</picture>
|
</picture>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
17
style.css
17
style.css
@ -55,6 +55,7 @@ body {
|
|||||||
margin-bottom: 76px;
|
margin-bottom: 76px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 413px) {
|
@media screen and (max-width: 413px) {
|
||||||
.primary_banner {
|
.primary_banner {
|
||||||
display: none;
|
display: none;
|
||||||
@ -64,10 +65,26 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 414px;
|
max-width: 414px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info_image,
|
||||||
|
.info_texts {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width:414px) {
|
@media screen and (min-width:414px) {
|
||||||
.banner_mobile {
|
.banner_mobile {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info_image,
|
||||||
|
.info_texts {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user