From 246b284a58f01d43d340c425e3cd9559c0ec7bce Mon Sep 17 00:00:00 2001 From: Alex Zhang Date: Wed, 13 Mar 2024 20:51:58 -0700 Subject: [PATCH] tweaks --- src/app/globals.css | 6 ++++++ src/app/page.module.scss | 1 - src/sections/footer/style.module.scss | 5 +++++ src/sections/landing/hero/index.tsx | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 148b606..f65a441 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -15,3 +15,9 @@ footer { background-attachment: fixed; z-index: 0; } + +body { + display: flex; + flex-direction: column; + align-items: center; +} diff --git a/src/app/page.module.scss b/src/app/page.module.scss index 82cd749..4e8b0bf 100644 --- a/src/app/page.module.scss +++ b/src/app/page.module.scss @@ -4,7 +4,6 @@ flex-wrap: wrap; box-sizing: border-box; color: var(--Dark-Bleu); - margin: 0 var(--side-padding); @media screen and (max-width: 768px) { diff --git a/src/sections/footer/style.module.scss b/src/sections/footer/style.module.scss index 2caa20c..913cf28 100644 --- a/src/sections/footer/style.module.scss +++ b/src/sections/footer/style.module.scss @@ -1,7 +1,12 @@ .container { + max-width: 100rem; display: flex; justify-content: space-between; margin: 7.5rem; + + @media screen and (min-width: 1800px) { + margin: 7.5rem auto; + } } .left { diff --git a/src/sections/landing/hero/index.tsx b/src/sections/landing/hero/index.tsx index 50c8e17..b057843 100644 --- a/src/sections/landing/hero/index.tsx +++ b/src/sections/landing/hero/index.tsx @@ -11,7 +11,7 @@ const Hero = () => {

DiamondHacks

-

Spring 2024 | UC San Diego

+

April 6-7, 2024 | UC San Diego