From c50684f95fe27f0695a4f9862af2c45747d540ea Mon Sep 17 00:00:00 2001 From: Truls Henrik Jakobsen Date: Tue, 10 Dec 2024 16:24:59 +0100 Subject: [PATCH] fix: give header space for our links --- src/components/link/link.module.css | 1 + src/components/navigation/header/header.module.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/link/link.module.css b/src/components/link/link.module.css index 43eff49b1..03ed5cbf5 100644 --- a/src/components/link/link.module.css +++ b/src/components/link/link.module.css @@ -140,6 +140,7 @@ } .headerLink { + white-space: nowrap; color: var(--text-primary); cursor: pointer; text-decoration: none; diff --git a/src/components/navigation/header/header.module.css b/src/components/navigation/header/header.module.css index c4e95800e..a75bf3602 100644 --- a/src/components/navigation/header/header.module.css +++ b/src/components/navigation/header/header.module.css @@ -41,7 +41,7 @@ .wrapper { position: absolute; - padding: 0rem 3rem 0rem 3rem; + padding: 0 1rem; border-radius: 0.75rem; background: var(--background-header-light-transparent); box-shadow: 0px 0.5px 2px 0px #eaeaea;