diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-07 20:17:01 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-07 20:17:01 +0200 |
| commit | 6cb688bd1b2285fb917194852fdc285c798d43cc (patch) | |
| tree | 535293539e53dfa3ec3aeca8f217b6d066350c75 /styles/shared.scss | |
| parent | 36d3a2c4c6dbfcc74271d0956eff9b1e454fc138 (diff) | |
Add new images and update portfolio layouts for enhanced presentation
Diffstat (limited to 'styles/shared.scss')
| -rw-r--r-- | styles/shared.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/styles/shared.scss b/styles/shared.scss index 5844332..6078053 100644 --- a/styles/shared.scss +++ b/styles/shared.scss @@ -7,7 +7,6 @@ %heading { font-family: $titleFontStack; - line-height: 1.55; margin-block-start: 0.75em; margin-block-end: 0.25em; } @@ -15,19 +14,23 @@ h1 { @extend %heading; font-size: 3.55rem; + line-height: 1.3; } h2 { @extend %heading; font-size: 2.75rem; + line-height: 1.55; } h3 { @extend %heading; font-size: 2rem; + line-height: 1.55; } h4 { @extend %heading; font-size: 1.25rem; + line-height: 1.55; } |
