feat(telas maiores)ajustamento de elementos a partir de 3000px)
This commit is contained in:
parent
c3a21bb71a
commit
17d0701a78
51
style.css
51
style.css
@ -507,6 +507,57 @@ h3{
|
||||
}
|
||||
|
||||
}
|
||||
@media(min-width:3000px){
|
||||
.texto1{
|
||||
|
||||
max-width: 1500px;
|
||||
height: 300px;
|
||||
}
|
||||
.paragrafo1{
|
||||
|
||||
font-size:35px;
|
||||
line-height: 45px;
|
||||
}
|
||||
.card{
|
||||
max-width: 600px;
|
||||
height: 500px;
|
||||
|
||||
}
|
||||
|
||||
.card p{
|
||||
font-size: 35px;
|
||||
line-height: 45px;
|
||||
}
|
||||
|
||||
.cards{
|
||||
max-width: 650px;
|
||||
height: 540px;
|
||||
line-height: 45px;
|
||||
|
||||
}
|
||||
|
||||
.cards p{
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
|
||||
.artigo{
|
||||
margin-top:500px;
|
||||
}
|
||||
h4{
|
||||
font-size: 60px;
|
||||
}
|
||||
.artigo p{
|
||||
font-size: 35px;
|
||||
line-height: 45px;
|
||||
}
|
||||
.imagem_desfocada{
|
||||
margin-top: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user