refactor: relocate sections

This commit is contained in:
MAZE
2023-10-31 19:18:17 +03:30
parent 3ed610bb46
commit d672bf6f85
9 changed files with 17 additions and 16 deletions

View File

@@ -1,19 +0,0 @@
.about {
padding: 80px 0;
& .title {
margin-bottom: 12px;
font-family: var(--font-display);
font-size: var(--font-lg);
font-weight: 600;
}
& .desc {
color: var(--color-foreground-subtle);
line-height: 1.7;
& span {
color: var(--color-foreground);
}
}
}