Files
tango/apps/website/src/components/HomepageFeatures/styles.module.css
T
2023-08-29 19:29:20 +08:00

13 lines
193 B
CSS

.features {
border-top: 1px solid var(--ifm-color-emphasis-300);
display: flex;
align-items: center;
padding: 5rem 0;
width: 100%;
}
.featureSvg {
height: 200px;
width: 200px;
}