ajuste das fontes mobile
This commit is contained in:
parent
003835c8a1
commit
0fcf3cf413
@ -42,9 +42,9 @@
|
||||
dui.
|
||||
</p>
|
||||
</div>
|
||||
<div class="imagem-infor-computadores">
|
||||
<div >
|
||||
<figure>
|
||||
<img src="/src/img/imagem-infor-computadores.png" alt="" />
|
||||
<img class="imagem-infor-computadores" src="/src/img/imagem-infor-computadores.png" alt="" />
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
|
@ -119,17 +119,15 @@ body {
|
||||
.descktop-banner,
|
||||
.mini-card-img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1025px) {
|
||||
.mobile-banner,
|
||||
.min-card-img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
|
||||
}
|
||||
.imagem-infor-computadores {
|
||||
width: 100%;
|
||||
max-width: 239px;
|
||||
}
|
||||
|
||||
.top-cards,
|
||||
.texto-inforcard{
|
||||
grid-template-columns: 1fr;
|
||||
@ -144,11 +142,34 @@ body {
|
||||
.card-wrpper
|
||||
{
|
||||
|
||||
flex-direction: column;
|
||||
flex-direction: column ;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.texto-inforcard h2 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.texto-inforcard h1 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1025px) {
|
||||
.mobile-banner,
|
||||
.min-card-img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user