feat: scss
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user