diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 57352ff..5f0d711 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1679,6 +1679,20 @@ select { height: 16rem; } +.h-px { + height: 1px; +} + +.h-max { + height: -webkit-max-content; + height: -moz-max-content; + height: max-content; +} + +.h-32 { + height: 8rem; +} + .max-h-\[5rem\] { max-height: 5rem; } @@ -3687,6 +3701,14 @@ body:has(#menu-controller:checked) { height: 14rem; } + .md\:h-64 { + height: 16rem; + } + + .md\:h-72 { + height: 18rem; + } + .md\:w-1\/3 { width: 33.333333%; } diff --git a/content/groups/northern-valley/index.md b/content/groups/northern-valley/index.md index 797df2c..0d5b5fc 100644 --- a/content/groups/northern-valley/index.md +++ b/content/groups/northern-valley/index.md @@ -12,3 +12,4 @@ summary: "Northern Valley is hosted at the Long Island Methodist Church at 5:00 - End Time: 7:30 - Location: Long Island Methodist Church - Ages: 6-8th Grade + diff --git a/layouts/partials/article-link.html b/layouts/partials/article-link.html index dea2270..4e826f9 100644 --- a/layouts/partials/article-link.html +++ b/layouts/partials/article-link.html @@ -4,7 +4,7 @@ {{ $articleClasses = delimit (slice $articleClasses "border" "border-neutral-200 dark:border-neutral-700 border-2 rounded-xl") " thumbnailshadow " }} {{ end }} -{{ $articleImageClasses := "object-cover object-top w-full h-64 nozoom" }} +{{ $articleImageClasses := "object-cover object-top w-full h-96 lg:h-72 md:h-72 nozoom" }} {{ if .Site.Params.list.showCards }} {{ $articleImageClasses = delimit (slice $articleImageClasses "rounded-lg") " " }} {{ else }} diff --git a/layouts/shortcodes/donate.html b/layouts/shortcodes/donate.html index bdf5889..ab0e628 100644 --- a/layouts/shortcodes/donate.html +++ b/layouts/shortcodes/donate.html @@ -4,7 +4,7 @@ } - + diff --git a/layouts/shortcodes/mt-form.html b/layouts/shortcodes/mt-form.html index 05b4d72..9f85502 100644 --- a/layouts/shortcodes/mt-form.html +++ b/layouts/shortcodes/mt-form.html @@ -1,5 +1,5 @@
View Larger Map diff --git a/layouts/shortcodes/spacing.html b/layouts/shortcodes/spacing.html index 3999529..1185fde 100644 --- a/layouts/shortcodes/spacing.html +++ b/layouts/shortcodes/spacing.html @@ -1,9 +1,2 @@ -{{- $height := .Get "height" | default "100px" -}} - - -
-
+{{- $height := .Get "height" | default "h-24" -}} +