From 5a1913d8d7dc7752e0fd4af3991b522bbdf4f309 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Fri, 3 Jun 2022 22:42:48 -0700 Subject: [PATCH] Fixed everything --- css/general.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/general.css b/css/general.css index 4704776..43b5cbf 100644 --- a/css/general.css +++ b/css/general.css @@ -3,6 +3,7 @@ Gilroy Hacks Website Source Code -> CSS (https://gilroyhacks.com) For more info, contact jamesdinh77 (at) protonmail (dot) com */ + html { scroll-behavior: smooth; } @@ -443,6 +444,7 @@ section { justify-content: center; align-items: center; max-width: 1500px; + min-width: 200px; } .topic { @@ -465,7 +467,6 @@ section { min-width: 200px; font-size: 18px; text-align: left; - } #event-main-box { @@ -1015,8 +1016,9 @@ margin: 20px 100px; border: 1px solid white; background-color: #272b1f; margin: 10px auto; + width: 100%; max-width: 850px; - min-width: 400px; + padding: 10px; }