feat(main): Adiciona CSS infocard do topo mobile
This commit is contained in:
parent
10831f06c7
commit
5ed10f994f
@ -102,4 +102,27 @@ a {
|
||||
.main-banner-mobile {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.top-infocard-text {
|
||||
max-width: 86%;
|
||||
padding: 73px 0 65px;
|
||||
}
|
||||
|
||||
.top-infocard-subtitle {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.top-infocard-title {
|
||||
font-size: 28px;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
.top-infocard-description {
|
||||
padding-top: 22px;
|
||||
}
|
||||
|
||||
.top-infocard-image {
|
||||
width: 58%;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user