feat(telas maiores)ajustamento de elementos até 2600px

This commit is contained in:
wellington carlos 2022-10-13 02:02:54 -03:00
parent 68a20aeb48
commit c3a21bb71a

View File

@ -462,8 +462,50 @@ h3{
.artigo p{
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{