From 49e7389f9da8b90190048b8d964afff4420be3aa Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 14 Jan 2026 13:15:31 -0500 Subject: [PATCH] center styling --- public/styles/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/styles/index.css b/public/styles/index.css index d426f12..e57e6fd 100644 --- a/public/styles/index.css +++ b/public/styles/index.css @@ -3,10 +3,14 @@ max-width: 55%; margin: 0 auto; padding: 0 clamp(20px, 5vw, 60px); + min-height: 100vh; + display: flex; + flex-direction: column; + justify-content: center; } header { - padding: clamp(80px, 15vw, 150px) 0 clamp(50px, 10vw, 80px) 0; + padding: clamp(30px, 5vw, 50px) 0; display: flex; align-items: center; justify-content: space-between;