feat: scss

This commit is contained in:
MoreStrive
2024-06-28 16:04:13 +07:00
parent 1f60621995
commit a46ef56e07
5 changed files with 21 additions and 11 deletions
+14
View File
@@ -16,6 +16,12 @@ $color-line: #EDEDED;
// Mixins
// extends
body {
font-size: 14px;
font-family: $font-raleway;
}
%headings {
color: $color-text;
font-family: $font-gelasio;
@@ -37,6 +43,10 @@ $color-line: #EDEDED;
font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
font-family: $font-gelasio;
}
h1 a {
@extend %headings;
font-size: 64px;
@@ -154,3 +164,7 @@ div[layout="ARTICLE_PAGE"] {
@apply md:gap-20px
}
}
.container {
max-width: 1385px;
}