From e85db461fbaa2a5d8d7b6c2e85af595fa199d5a2 Mon Sep 17 00:00:00 2001 From: Yesn't <131057815+YesTheProxy@users.noreply.github.com> Date: Tue, 7 May 2024 18:33:47 -0400 Subject: [PATCH] Update index.html --- index.html | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d7fed18..996ca71 100644 --- a/index.html +++ b/index.html @@ -92,6 +92,17 @@ color: #666; margin-bottom: 20px; } + + /* Additional CSS modifications */ + .about-us-heading { + font-size: 24px; + color: #333; + margin-bottom: 20px; + } + + .about-us-content { + margin-top: 40px; + }