10 lines
229 B
SCSS
10 lines
229 B
SCSS
|
.landing-features {
|
||
|
.box {
|
||
|
box-shadow: var(--home-card-shadow);
|
||
|
}
|
||
|
.features-container{
|
||
|
max-width: 1250px !important;
|
||
|
margin-left: auto !important;
|
||
|
margin-right: auto !important;
|
||
|
}
|
||
|
}
|