From 51d7504a647694e2acbb6e912dbcecc590d8525c Mon Sep 17 00:00:00 2001 From: Issac Roy Date: Sat, 18 Jan 2025 13:00:18 -0800 Subject: [PATCH] Update: Changed CNAME and footer size --- CNAME | 2 +- styles.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CNAME b/CNAME index 6c7711d..9bbc71c 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -datahacks.ds3ucsd.com +datahacks-staging.ds3ucsd.com diff --git a/styles.css b/styles.css index 180ac2e..1285883 100644 --- a/styles.css +++ b/styles.css @@ -332,7 +332,7 @@ button:hover { footer { width: 100%; background-color: var(--tertiary); - padding: 3rem; + padding: 2rem; text-align: center; } footer h1 { @@ -340,7 +340,8 @@ footer h1 { font-weight: 450 !important; } footer #icon-row { - margin: 2rem auto; + margin: 1rem auto; + margin-top: 2rem; /* justify-content: space-around; display: flex; width: 25%; */