primevue-mirror/apps/showcase/assets/styles/layout/landing/_features.scss

10 lines
229 B
SCSS
Raw Normal View History

2022-02-23 11:42:11 +00:00
.landing-features {
.box {
2024-03-28 14:11:57 +00:00
box-shadow: var(--home-card-shadow);
2022-02-23 11:42:11 +00:00
}
2023-03-07 10:49:25 +00:00
.features-container{
max-width: 1250px !important;
margin-left: auto !important;
margin-right: auto !important;
}
2022-02-23 11:42:11 +00:00
}