excalidraw/dev-docs/src/components/Homepage/styles.module.css
2022-07-26 16:55:25 +05:30

11 lines
138 B
CSS

.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.featureSvg {
height: 200px;
width: 200px;
}