aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/layouts/Layout.astro
diff options
context:
space:
mode:
authorLynithDev <61880709+LynithDev@users.noreply.github.com>2023-12-30 11:37:33 +0100
committerLynithDev <61880709+LynithDev@users.noreply.github.com>2023-12-30 11:37:33 +0100
commitd568fe0235de920f2b97f70777bab94c114d5654 (patch)
treef9b42bd3138d8f9e08320f7d62253dff388a2a56 /apps/website/src/layouts/Layout.astro
parent17d8ba3e604a73a2e60e7490ba9a1c3e146e0cf3 (diff)
downloadNexus-d568fe0235de920f2b97f70777bab94c114d5654.tar.gz
Nexus-d568fe0235de920f2b97f70777bab94c114d5654.tar.bz2
Nexus-d568fe0235de920f2b97f70777bab94c114d5654.zip
Responsive tweaks
Diffstat (limited to 'apps/website/src/layouts/Layout.astro')
-rw-r--r--apps/website/src/layouts/Layout.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro
index 2658006..a06cdd2 100644
--- a/apps/website/src/layouts/Layout.astro
+++ b/apps/website/src/layouts/Layout.astro
@@ -39,8 +39,8 @@ const {
<main class="min-h-screen h-auto flex flex-col gap-40" id="fullpage">
<slot/>
- <Footer/>
</main>
+ <Footer/>
</body>
</html>