diff --git a/frontend/src/App.css b/frontend/src/App.css index c6f1bbc..45e1e1b 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -121,8 +121,9 @@ body { .container-page.with-rounded-border { border-top-left-radius: 50px; border-top-right-radius: 50px; - padding-top: 70px; + padding-top: 10px; margin-top: -170px; + margin-bottom: 100px; } #sign.container-page.with-rounded-border, diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index ed62ce5..5eedbee 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1,5 +1,6 @@ import { Outlet } from "react-router-dom"; import Navbar from "./components/NavBar/NavBar"; +import Footer from "./components/Footer/Footer"; import "./App.css"; function App() { @@ -7,6 +8,7 @@ function App() { <> +