diff options
-rw-r--r-- | core/css/header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index cdaf6715afe..e3a3a7a407d 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -510,7 +510,7 @@ nav[role='navigation'] { opacity: 0; position: absolute; color: var(--color-primary-text); - bottom: -5px; + bottom: 2px; width: calc(100% - 4px); text-align: center; overflow: hidden; |