diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-05 19:13:53 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-05 19:13:53 +0100 |
| commit | e587b6f6d721033b3e4b648a732457425a2ad409 (patch) | |
| tree | c92b2d29f57cfb947dd40f590b806b0b320e4439 /assets/css | |
| parent | 93238b11930e25ae835f56e6dfad84bae2f97a6b (diff) | |
Unset max-height property to flex containers in header.scss
Closes #1
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/partials/header.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/partials/header.scss b/assets/css/partials/header.scss index 656a912..21e746b 100644 --- a/assets/css/partials/header.scss +++ b/assets/css/partials/header.scss @@ -123,6 +123,7 @@ header { #nav-pages, #nav-socials { display: flex; + max-height: unset; } } } |
