diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-30 11:37:33 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-30 11:37:33 +0100 |
commit | d568fe0235de920f2b97f70777bab94c114d5654 (patch) | |
tree | f9b42bd3138d8f9e08320f7d62253dff388a2a56 /apps/website/src/layouts/Layout.astro | |
parent | 17d8ba3e604a73a2e60e7490ba9a1c3e146e0cf3 (diff) | |
download | Nexus-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.astro | 2 |
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> |