feat(main): Adiciona CSS dos cards de baixo telas grandes
This commit is contained in:
parent
832e0bc6c9
commit
0f3747f306
@ -301,4 +301,17 @@ a {
|
|||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bottom-cards {
|
||||||
|
gap: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-card {
|
||||||
|
box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.23);
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-card-description {
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 48px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user