From d6c7fad43961975026a7e4e9ae21406f505e0a2e Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Thu, 28 Dec 2023 16:34:52 +0100 Subject: fullpage.js --- apps/website/src/layouts/Layout.astro | 52 ++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 25 deletions(-) (limited to 'apps/website/src/layouts') diff --git a/apps/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro index f5d4df9..8653d90 100644 --- a/apps/website/src/layouts/Layout.astro +++ b/apps/website/src/layouts/Layout.astro @@ -18,29 +18,31 @@ const { --- - - - - - - - - - - - - - - {title} - - - - - -
- -
- + + + + + + + + + + + + + + {title} + + + + + + + +
+
+ + + -- cgit