aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAriel Costas <94913521+arielcostas@users.noreply.github.com>2024-02-05 19:13:53 +0100
committerAriel Costas <94913521+arielcostas@users.noreply.github.com>2024-02-05 19:13:53 +0100
commite587b6f6d721033b3e4b648a732457425a2ad409 (patch)
treec92b2d29f57cfb947dd40f590b806b0b320e4439 /assets
parent93238b11930e25ae835f56e6dfad84bae2f97a6b (diff)
Unset max-height property to flex containers in header.scss
Closes #1
Diffstat (limited to 'assets')
-rw-r--r--assets/css/partials/header.scss1
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;
}
}
}