website/src/components/HomepageFeatures/styles.module.css
2023-02-25 23:04:11 +01:00

12 lines
138 B
CSS

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