From c8c150b84aa8f80274f686c742075a4467804194 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Fri, 10 May 2024 18:04:37 -0400 Subject: [PATCH] Fixed header centering --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 01861db..7ddfa36 100644 --- a/style.css +++ b/style.css @@ -28,6 +28,8 @@ body { #header h3 { font-weight: 400; margin-left: 20px; + margin-top: auto; + margin-bottom: auto; } #pfp { width: 90px;