mirror of
https://github.com/InstallerLegacy/virtualhub.eu.org.git
synced 2024-10-22 14:06:03 +02:00
18 lines
219 B
CSS
18 lines
219 B
CSS
|
.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;
|
||
|
}
|