<fet>(top-infocard): ajustes do infocard na versão mobile
This commit is contained in:
parent
d7cb0b20f9
commit
fcdc6dd3d0
@ -15,6 +15,7 @@ body{
|
|||||||
}
|
}
|
||||||
.header-logo{
|
.header-logo{
|
||||||
width: 12vw;
|
width: 12vw;
|
||||||
|
min-width: 226px;
|
||||||
}
|
}
|
||||||
.main-banner-desktop{
|
.main-banner-desktop{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -53,6 +54,7 @@ body{
|
|||||||
}
|
}
|
||||||
.top-infocard-image{
|
.top-infocard-image{
|
||||||
width: 16%;
|
width: 16%;
|
||||||
|
min-width: 239px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 2500px) {
|
@media screen and (min-width: 2500px) {
|
||||||
@ -70,4 +72,22 @@ body{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
/* top infocard */
|
||||||
|
.top-inforcard-subtitle{
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
.top-infocard-title{
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
.top-infocard-text{
|
||||||
|
text-align: center;
|
||||||
|
max-width: 86%;
|
||||||
|
padding: 0 0 73px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 992px){
|
||||||
|
.top-infocard-image{
|
||||||
|
width: 34%;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user