2023-03-04 22:51:32 +08:00

9 lines
173 B
SCSS

// place your custom styles here
@media (min-width: 1440px) {
.feature-item {
flex-basis: calc(33% - 3rem);
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
}