Files
threetwo-docs/src/components/HomepageFeatures.module.css
2021-10-13 14:46:00 -07:00

12 lines
146 B
CSS

.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.featureSvg {
min-height: 200px;
min-width: 200px;
}