diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-10 21:42:41 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-10 21:42:41 +0200 |
| commit | e3141794b95e534656427fadf0354435c62254d6 (patch) | |
| tree | 95788249ac51475aea45ad17d7157dffd1564e47 /styles/shared.scss | |
| parent | 3caee506c961ae0e78503164ed6a0f81db3c8c32 (diff) | |
Fix formatting
Diffstat (limited to 'styles/shared.scss')
| -rw-r--r-- | styles/shared.scss | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/styles/shared.scss b/styles/shared.scss index 202651c..9bdf7d8 100644 --- a/styles/shared.scss +++ b/styles/shared.scss @@ -1,6 +1,6 @@ -$titleFontStack: 'Beiruti', 'Arial', system-ui, sans-serif; -$mainFontStack: 'Sen Variable', 'Arial', system-ui, sans-serif; -$monoFontStack: 'Fira Code', 'Consolas', monospace; +$titleFontStack: "Beiruti", "Arial", system-ui, sans-serif; +$mainFontStack: "Sen Variable", "Arial", system-ui, sans-serif; +$monoFontStack: "Fira Code", "Consolas", monospace; $accent: hsl(209, 94%, 42%); $accentLight: hsl(215, 90%, 60%); @@ -26,32 +26,32 @@ $breakpointTablet: 480px; $breakpointDesktop: 1024px; :root { - font: 400 16px/1.65 $mainFontStack; + font: 400 16px/1.65 $mainFontStack; } %heading { - font-family: $titleFontStack; - line-height: 1.25; - margin-block-start: 0.75em; - margin-block-end: 0.25em; + font-family: $titleFontStack; + line-height: 1.25; + margin-block-start: 0.75em; + margin-block-end: 0.25em; } h1 { - @extend %heading; - font-size: 3.25rem; + @extend %heading; + font-size: 3.25rem; } h2 { - @extend %heading; - font-size: 2.5rem; + @extend %heading; + font-size: 2.5rem; } h3 { - @extend %heading; - font-size: 1.5rem; + @extend %heading; + font-size: 1.5rem; } h4 { - @extend %heading; - font-size: 1.25rem; -}
\ No newline at end of file + @extend %heading; + font-size: 1.25rem; +} |
