diff --git a/src/App.css b/src/App.css index b9d355d..7781a22 100644 --- a/src/App.css +++ b/src/App.css @@ -1,7 +1,7 @@ #root { max-width: 1280px; margin: 0 auto; - padding: 2rem; + padding: 2rem 2rem 0; text-align: center; } diff --git a/src/App.jsx b/src/App.jsx index fee585b..2c417f5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -9,6 +9,7 @@ import RoboSub from "./Pages/RoboSub"; import AUVTechnology from "./Pages/AUVTechnology"; import Sponsors from "./Pages/Sponsors"; import OurTeam from "./Pages/OurTeam"; +import Footer from "./Components/Footer"; import "./App.css"; function App() { @@ -26,7 +27,7 @@ function App() { } /> - {/* We'll add a footer component later */} +