From c04deab92bffbedae8fceeae5a7ade86bfcb34c2 Mon Sep 17 00:00:00 2001 From: Sophie Marie Date: Wed, 2 Nov 2022 21:29:39 -0500 Subject: [PATCH] fixed interface not being centered --- styles/stylemain.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/stylemain.css b/styles/stylemain.css index 7365429..67169d9 100644 --- a/styles/stylemain.css +++ b/styles/stylemain.css @@ -34,7 +34,7 @@ div.main { position: fixed; margin: auto; width: 50%; - padding: 5px; + padding: 10px; border-radius: 30px; } body { @@ -111,7 +111,7 @@ a { } img.githubico { - left: 49%; + left: 47.5%; position: fixed; }