From 9a306fcfd41fe6bb9253f073744b8f68f95f4d1a Mon Sep 17 00:00:00 2001 From: Notoric Date: Sat, 24 Feb 2024 15:12:09 +0000 Subject: [PATCH] Fixed uneven widths --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 9398d35..a635815 100644 --- a/css/styles.css +++ b/css/styles.css @@ -128,7 +128,7 @@ h1 { position: relative; display:block; height: 100px; - width: 96%; + width: calc(100% - 34px); min-height: 100px; margin: 12px; border-radius: 55px;