From c9dfd9828017683172047805975fe55cd3843c04 Mon Sep 17 00:00:00 2001 From: June Date: Fri, 14 Nov 2025 14:51:05 +1300 Subject: [PATCH] tweak padding --- web/src/components/photos/carousel.astro | 2 +- web/src/styles/global.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/photos/carousel.astro b/web/src/components/photos/carousel.astro index ec0dcc5..01a5b5e 100644 --- a/web/src/components/photos/carousel.astro +++ b/web/src/components/photos/carousel.astro @@ -70,4 +70,4 @@ const getImageLink = async (record: any) => { - \ No newline at end of file + \ No newline at end of file diff --git a/web/src/styles/global.css b/web/src/styles/global.css index 9dbbdb4..d9e7a29 100644 --- a/web/src/styles/global.css +++ b/web/src/styles/global.css @@ -40,7 +40,7 @@ } .content-panel { - @apply w-[68%] my-25 pl-10; + @apply w-[68%] py-14 pl-10; } @tailwind utilities; \ No newline at end of file