diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index d14fb4f..75dcd8a 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -1,8 +1,106 @@ // A component for the HTML footer to use on all pages export function Footer() { - return ( - <> - - > - ) - } \ No newline at end of file + return ( + + ); +} diff --git a/frontend/src/index.css b/frontend/src/index.css index 0e98797..e051e1e 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -25,7 +25,8 @@ body { } .full-page { - @apply bg-cover bg-center bg-no-repeat h-screen w-screen flex justify-center items-center overflow-hidden; + @apply bg-cover bg-center bg-no-repeat h-screen w-screen flex flex-col justify-between items-center overflow-hidden; + /* @apply bg-cover bg-center bg-no-repeat h-screen w-screen flex flex-col justify-center items-center overflow-hidden; */ background-image: url('https://wallpapercave.com/wp/wp2595121.jpg'); background-attachment: fixed; } \ No newline at end of file diff --git a/frontend/src/pages/InGame.jsx b/frontend/src/pages/InGame.jsx index 98dfd17..dfb2ca2 100644 --- a/frontend/src/pages/InGame.jsx +++ b/frontend/src/pages/InGame.jsx @@ -13,7 +13,6 @@ import { Header } from "../components/Header"; import { Footer } from "../components/Footer"; import { H1 } from "../components/H1"; - // in game page function export function InGame({ gameState, @@ -43,48 +42,48 @@ export function InGame({ }, [redirect, navigate, setRedirect]); return ( -