mirror of
https://github.com/sern-handler/website
synced 2026-06-18 13:52:21 +00:00
13 lines
139 B
CSS
13 lines
139 B
CSS
|
|
.features {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 2rem 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.featureSvg {
|
|
height: 200px;
|
|
width: 200px;
|
|
}
|