diff --git a/config.json b/config.json index 70db308..8efb066 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "times": { - "start": "Apr 6, 2024 7:00:00", - "end": "Apr 7, 2024 17:15:00" + "start": "Apr 5, 2025 7:00:00", + "end": "Apr 6, 2025 17:15:00" }, "signupLink": "https://tally.so/r/mOzlYa", "faq": { diff --git a/index.html b/index.html index 4db751d..8ab364d 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,8 @@

DATAHACKS 2025

-

Theme: Pop Culture | April 5-6, PC Ballroom West

+

Theme: Pop Culture

+

April 5-6, PC Ballroom West

x diff --git a/styles.css b/styles.css index 3d271b5..9316548 100644 --- a/styles.css +++ b/styles.css @@ -98,7 +98,7 @@ section h2 { /* Title */ #title { - padding: 10rem; + padding: 5rem; background-image: url('/assets/imgs/banner.png'); background-position: center; background-repeat: no-repeat; @@ -107,7 +107,8 @@ section h2 { height: 100vw; margin:0; color: black; - top:0; left:0 + top:0; + left:0; } #title > h1 { font-size: 4rem; @@ -120,10 +121,10 @@ section h2 { margin: auto; } .timebox { + aspect-ratio: 1; + width:min-content; display: flex; flex-direction: column; - flex: 1 1 0px; - flex-basis: 0; align-self: center; text-align: center; background-color: rgba(0, 0, 0, 0.81); @@ -406,14 +407,13 @@ footer #icon-row { width: 100vw; height: 100vw; color: black; - margin: 0 0 0 -2.5vw; } #title > h1 { font-size: 3rem; text-align: center; margin: 1.5rem; } - .timebox { + /* .timebox { padding: 0.15rem 0.5rem; margin: 0.4rem; } @@ -423,7 +423,7 @@ footer #icon-row { } .timebox h6 { font-size: 1rem; - } + } */ #title h3 { text-align: center; font-size: 1rem;