Files
2026-05-17 21:09:32 +08:00

22 lines
205 B
SCSS

.features-1 {
.max-box {
margin:auto;
}
.wrap {
.max-box {
max-width: 480px;
}
}
a {
//text-decoration: none;
}
.linking {
//color: #3e4555;
&:hover {
//color: #316ce8;
}
}
}