Website/src/components/HomepageFeatures.module.css

12 lines
138 B
CSS
Raw Normal View History

2022-02-01 05:49:02 +00:00
.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.featureSvg {
height: 150px;
width: 150px;
}