12 lines
146 B
CSS
12 lines
146 B
CSS
.features {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 2rem 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.featureSvg {
|
|
min-height: 200px;
|
|
min-width: 200px;
|
|
}
|