feat(telas maiores)ajustamento de elementos até 2600px
This commit is contained in:
parent
68a20aeb48
commit
c3a21bb71a
46
style.css
46
style.css
@ -462,8 +462,50 @@ h3{
|
|||||||
.artigo p{
|
.artigo p{
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(min-width:2600px){
|
||||||
|
|
||||||
|
.texto1{
|
||||||
|
|
||||||
|
max-width: 1000px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3{
|
||||||
|
font-size: 70px;
|
||||||
|
}
|
||||||
|
.sub-titulo{
|
||||||
|
font-size: 100px;
|
||||||
|
padding-top: 18px;
|
||||||
|
}
|
||||||
|
.paragrafo1{
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card{
|
||||||
|
max-width: 500px;
|
||||||
|
height: 400px;
|
||||||
|
}
|
||||||
|
.card p{
|
||||||
|
font-size: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cards{
|
||||||
|
max-width: 550px;
|
||||||
|
height: 440px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cards p{
|
||||||
|
font-size: 27px;
|
||||||
|
}
|
||||||
|
h4{
|
||||||
|
font-size: 43px;
|
||||||
|
|
||||||
|
}
|
||||||
|
.artigo p{
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -472,3 +514,5 @@ h3{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user