From b5445cb0bc9fd189dc2f581b8ea61b4ecf1bfeec Mon Sep 17 00:00:00 2001 From: Akshat Jalan Date: Tue, 19 Dec 2023 17:28:33 +0530 Subject: [PATCH] about section changes small screen --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c53a7d4..91f1c42 100644 --- a/style.css +++ b/style.css @@ -440,13 +440,13 @@ html { } .aboutSection { - gap: 4px; + gap: 24px; padding: 20px; font-size: 40px; letter-spacing: -2px; text-align: center; flex-direction: row; - justify-content: space-between; + justify-content: center; } .fieldName {