diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-04-06 21:58:23 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-04-06 21:58:23 +0200 |
| commit | 85e4cde7dd694759a7c082c0f6cbb9891f83fb87 (patch) | |
| tree | c08efc694aa616f806de94a32b829406da04ff1a /assets/css/partials/_header.scss | |
| parent | 56faea4956d0dbf05ad75bbafca81aa90d09771d (diff) | |
Update font styles and background colors in CSS files
Diffstat (limited to 'assets/css/partials/_header.scss')
| -rw-r--r-- | assets/css/partials/_header.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/css/partials/_header.scss b/assets/css/partials/_header.scss index 00d211a..75bc14c 100644 --- a/assets/css/partials/_header.scss +++ b/assets/css/partials/_header.scss @@ -9,10 +9,6 @@ header { gap: 0.5rem 0; padding: 1rem 1rem; - margin: 0.75rem; - margin-bottom: 1rem; - - border-radius: $floatingRadius; position: relative; overflow: hidden; @@ -47,7 +43,7 @@ header { line-height: 1; a { - font-family: var(--font-heading); + font-family: $mainFontStack; color: var(--header-color); text-decoration: none; } @@ -64,6 +60,10 @@ header { transition: max-height 0.2s linear; max-height: 100vh; + + a { + @extend %tracking-tight; + } } #nav-socials { |
