feat: add about section

This commit is contained in:
MAZE
2023-10-31 18:41:05 +03:30
parent f3603e8431
commit 4e84419ab1
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
.about {
padding: 120px 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);
}
}
}