From 44c1f13121962129696ab910b5b66639dfaa1023 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 25 Jan 2024 13:25:26 +0100 Subject: [PATCH] more nav styling --- styles/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/global.css b/styles/global.css index 46adcb0..38fe432 100644 --- a/styles/global.css +++ b/styles/global.css @@ -25,6 +25,7 @@ a { .pfp { border-radius: 50px; overflow: hidden; + max-height: fit-content !important; } .pfp img { @@ -47,6 +48,10 @@ nav ul li { padding: 0; width: 95px !important; height: 50px !important; + margin: auto; + text-align: center; + justify-content: center; + align-items: center; } nav ul li a {