virtualhub.eu.org/src/components/HomepageFeatures/styles.module.css

18 lines
219 B
CSS
Raw Normal View History

2024-01-08 19:03:44 +01:00
.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.featureSvg {
height: 200px;
width: 200px;
}
.buttons {
display: flex;
align-items: center;
justify-content: center;
}