fix: correção de cards da pagina
This commit is contained in:
parent
6ab1381c7c
commit
ada7b2e808
@ -86,11 +86,11 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||||
padding: 36px 25px 26px;
|
padding: 36px 1.3vw 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-card-description {
|
.top-card-description {
|
||||||
max-width: 300px;
|
max-width: 15.625vw;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -107,10 +107,10 @@ body {
|
|||||||
.middle-banner-group {
|
.middle-banner-group {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: repeat(3, 1fr);
|
||||||
padding: 62px 72px 0;
|
padding: 0 72px;
|
||||||
margin-bottom: 62px;
|
margin-bottom: 62px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -62px;
|
top: 62px;
|
||||||
gap: 2.03125vw;
|
gap: 2.03125vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user