12 lines
148 B
CSS
12 lines
148 B
CSS
.features {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
padding: 2rem 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.featureSvg {
|
|
height: 200px;
|
|
width: 200px;
|
|
}
|