From c2c89e10f43151e5e4b53702a3c4300e874de25d Mon Sep 17 00:00:00 2001 From: Notoric Date: Thu, 23 May 2024 04:06:03 +0100 Subject: [PATCH] Fixed underline styles for menu on mobile --- styles/global.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/styles/global.css b/styles/global.css index fd694fd..a51aeea 100644 --- a/styles/global.css +++ b/styles/global.css @@ -269,16 +269,20 @@ em { display: flex; flex-direction: column; gap: 20px; - width: 100%; transform: none; } #links a, #nav a { justify-content: center; - width: 100%; text-align: right; } + #links a:after, #nav a:after { + right: auto; + height: 1.2em; + + } + #nav { transform: translatey(2em); }