diff options
Diffstat (limited to 'src/css/header.css')
| -rw-r--r-- | src/css/header.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/css/header.css b/src/css/header.css index 0bb4ec0..271dbd8 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -1,5 +1,5 @@ :root { - --navbar-height: 3.25rem; + --navbar-height: 4rem; } html.is-clipped--navbar { @@ -19,6 +19,7 @@ body { top: 0; width: 100%; word-wrap: break-word; + border-bottom: 1px solid #ccc; z-index: 3; } @@ -36,6 +37,10 @@ body { padding: 0 0.375rem; } +.navbar-logo { + max-height: calc(var(--navbar-height) - 30px); +} + @media screen and (min-width: 1024px) { .navbar-end > .navbar-item, .navbar-end .navbar-link { @@ -200,6 +205,7 @@ body { .navbar-end { align-items: stretch; display: flex; + padding-right: 20px; } .navbar-burger { |
