From a362989485e06b01a83f05724fc2ae39fc8b5b81 Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Wed, 7 Aug 2024 19:46:54 -0500 Subject: feat: show and hide content shadow --- src/pages/index.astro | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro index 088597a..79d81df 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,7 +6,7 @@ import Shadow from '../components/Shadow.astro' --- -
+
@@ -23,3 +23,35 @@ import Shadow from '../components/Shadow.astro' overflow: hidden; } + + \ No newline at end of file -- cgit v1.2.3