From 361f3dd28fa10c15cf99e14f2d897a056723019e Mon Sep 17 00:00:00 2001 From: Martin Atanacio Date: Tue, 6 Feb 2024 23:43:52 -0800 Subject: [PATCH] added mailing list --- css/main.css | 14 +++++++++++- index.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++- input.css | 2 +- 3 files changed, 74 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index aef7029..96f8cc7 100644 --- a/css/main.css +++ b/css/main.css @@ -599,6 +599,18 @@ video { margin-bottom: 4rem; } +.mb-5{ + margin-bottom: 1.25rem; +} + +.mb-20{ + margin-bottom: 5rem; +} + +.mb-40{ + margin-bottom: 10rem; +} + .block{ display: block; } @@ -822,7 +834,7 @@ p { .event-card{ display: flex; - min-width: 24rem; + min-width: 100%; flex-direction: column; gap: 1.25rem; border-radius: 0.5rem; diff --git a/index.html b/index.html index 79bd347..0ff5edf 100644 --- a/index.html +++ b/index.html @@ -116,7 +116,54 @@

Thompson Rivers - + + + + + @@ -184,6 +231,18 @@

February 7th, 2024
1:00 PM PDT

+ + + diff --git a/input.css b/input.css index 204aebb..7382ada 100644 --- a/input.css +++ b/input.css @@ -16,7 +16,7 @@ p { } .event-card { - @apply rounded-lg p-3 bg-primary gap-5 flex flex-col shadow-lg shadow-accent md:min-w-[40rem] md:max-w-[40rem] min-w-[24rem]; + @apply rounded-lg p-3 bg-primary gap-5 flex flex-col shadow-lg shadow-accent md:min-w-[40rem] md:max-w-[40rem] min-w-[100%]; } .bg-hero-to-section {