Spaces:
Running
Running
File size: 204 Bytes
372531f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
/* stylelint-disable docusaurus/copyright-header */
.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.featureSvg {
height: 120px;
width: 200px;
}
|