From b3c377f62dbaf2f6f5e38dc5f023023db42e8baf Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 19 Feb 2026 18:14:44 -0600 Subject: [PATCH] feat: adjustment pass on spacing between sections --- src/components/sections/FeatureSection.astro | 4 ++-- src/components/sections/GiteaSection.astro | 2 +- src/components/sections/RecentPostsSection.astro | 4 ++-- src/components/sections/WeatherSection.astro | 4 ++-- src/pages/about.astro | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/sections/FeatureSection.astro b/src/components/sections/FeatureSection.astro index 1072114..d1d2e5e 100644 --- a/src/components/sections/FeatureSection.astro +++ b/src/components/sections/FeatureSection.astro @@ -7,8 +7,8 @@ import directus from '@lib/directus'; const global = await directus.request(readSingleton('site_global')); --- -
-
+
+
+
-
+
+

{title}

diff --git a/src/components/sections/WeatherSection.astro b/src/components/sections/WeatherSection.astro index 1822524..903d9b9 100644 --- a/src/components/sections/WeatherSection.astro +++ b/src/components/sections/WeatherSection.astro @@ -7,8 +7,8 @@ const { latitude = "44.95", longitude = "-93.09", cityName = "St. Paul, Minnesot const { forecastDays, error } = await getFiveDayForecast(latitude, longitude, timezone); --- -
-
+
+

Weather in my Area

diff --git a/src/pages/about.astro b/src/pages/about.astro index 4eeff6d..9de35b2 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -43,7 +43,7 @@ const global = await directus.request(readSingleton('site_global')); />
-
+