From 64f7116414d3e18f23cc8a5133c5b7b52d57cc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyril=20=C5=A0ebek?= Date: Wed, 3 Apr 2024 20:04:00 +0200 Subject: [PATCH] Finished scroll snap... hoepfully :D --- src/components/Hero.astro | 11 ----------- src/layouts/MainLayout.astro | 25 ++++++++++++------------- src/layouts/SinglePage.astro | 2 +- 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index ca67335..1b47079 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -21,14 +21,3 @@ import SinglePage from "../layouts/SinglePage.astro" -{/*
-
-

Lorem Ipsum

-

Dolor sit amet Et non saepe harum corrupti dicta. Placeat dignissimos quia atque velit distinctio amet Et non saepe harum corrupti dicta. Placeat dignissimos quia atque velit distinctio consequatur aut.

-
-
- -
- - -
- */} \ No newline at end of file diff --git a/src/layouts/MainLayout.astro b/src/layouts/MainLayout.astro index 290efeb..92cd78c 100644 --- a/src/layouts/MainLayout.astro +++ b/src/layouts/MainLayout.astro @@ -3,18 +3,17 @@ const { title, description, lang, themeOverride } = Astro.props; import Navbar from "../components/Navbar.astro"; import "../style/index.css"; --- - + + - - - - - {title} - - - -
+ + + + + {title} + + + -
- - \ No newline at end of file + + diff --git a/src/layouts/SinglePage.astro b/src/layouts/SinglePage.astro index dc20038..e5259c2 100644 --- a/src/layouts/SinglePage.astro +++ b/src/layouts/SinglePage.astro @@ -1,3 +1,3 @@ -
+
\ No newline at end of file