From 6d3f3a49ab80c7c49c0552fc18c09cff2a34be57 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 9 Feb 2026 22:08:35 -0600 Subject: [PATCH] fix: padding, margin, and width issues --- src/components/ui/sections/Applications.astro | 2 +- src/components/ui/sections/FeaturesSection.astro | 2 +- src/pages/apps.astro | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ui/sections/Applications.astro b/src/components/ui/sections/Applications.astro index 9e0446c..1b22375 100644 --- a/src/components/ui/sections/Applications.astro +++ b/src/components/ui/sections/Applications.astro @@ -21,7 +21,7 @@ const shadowClasses = 'shadow-xs hover:shadow-md dark:shadow-md dark:hover:shado ---
-
+
{ applications.map((application: Application) => { return ( diff --git a/src/components/ui/sections/FeaturesSection.astro b/src/components/ui/sections/FeaturesSection.astro index 9f1f6a1..f4af524 100644 --- a/src/components/ui/sections/FeaturesSection.astro +++ b/src/components/ui/sections/FeaturesSection.astro @@ -11,7 +11,7 @@ const global = await directus.request(readSingleton('site_global'));
-
+
-
-
+
+