From 92aa944f928d31e5c92642cbe1470e1bd3b6c5d4 Mon Sep 17 00:00:00 2001 From: Hieu Nguyen Date: Sat, 18 Jan 2025 14:15:15 -0800 Subject: [PATCH 1/3] Feat: sponsor media query changes --- styles.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/styles.css b/styles.css index 593bfdd..325180f 100644 --- a/styles.css +++ b/styles.css @@ -512,23 +512,22 @@ footer #icon-row { font-size: 1.2rem; } #sponsor-row { - display: flex; - flex-wrap: wrap; - justify-content: space-evenly; - /* flex-direction: column; */ + display:block; width: 100%; - margin: 2rem auto; + margin: 2rem auto; gap: 1rem; } .sponsor-card { - width: 85vw; + width: 100%; height: 10vh; border: 1px solid black; margin: 1rem 0; } - .sponsor-card:nth-child(3) { + /* .sponsor-card:nth-child(3) { + margin-let:auto; + width: 60%; /* Centered card spans a larger width */ - } + } */ .sponsor-card .img { height: 100%; width: 100%; From daff42d957f221a1081b031e23919b5ef24391e0 Mon Sep 17 00:00:00 2001 From: Issac Roy Date: Sat, 18 Jan 2025 14:16:51 -0800 Subject: [PATCH 2/3] Changed CNAME back to original --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 9bbc71c..6c7711d 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -datahacks-staging.ds3ucsd.com +datahacks.ds3ucsd.com From 9f795609e1003e24615e4a7f4b5502bd68ecc20f Mon Sep 17 00:00:00 2001 From: Issac Roy Date: Sat, 18 Jan 2025 14:23:40 -0800 Subject: [PATCH 3/3] Fixed CSS error --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 325180f..3125e11 100644 --- a/styles.css +++ b/styles.css @@ -526,7 +526,7 @@ footer #icon-row { /* .sponsor-card:nth-child(3) { margin-let:auto; - width: 60%; /* Centered card spans a larger width */ + width: 60%; /* Centered card spans a larger width } */ .sponsor-card .img { height: 100%;