From ce37de9f309d2b1eb981ad589f4466557df08e4b Mon Sep 17 00:00:00 2001 From: Frogerall Date: Tue, 24 Oct 2023 14:08:07 +0800 Subject: [PATCH] Added padding on both left & right on about section | Desktop Screen --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 0560de4..cc46294 100644 --- a/style.css +++ b/style.css @@ -97,7 +97,7 @@ a:hover { width: 100%; justify-content: center; align-items: center; - padding: 10em 0; + padding: 10em 1em; } .profile-picture { width: 350px; @@ -362,7 +362,6 @@ a:hover { } .about-me-section { flex-direction: column; - padding-bottom: 2em; } .about-me-section p { font-size: 0.7em;