mirror of
https://github.com/NetEase/tango.git
synced 2026-08-28 17:41:30 +08:00
13 lines
193 B
CSS
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;
|
|
}
|