diff --git a/src/App.css b/src/App.css index 7fc387d..243cbf6 100644 --- a/src/App.css +++ b/src/App.css @@ -1,9 +1,6 @@ -/* #root { - max-width: 1280px; - margin: 0 auto; - padding: 2rem; - text-align: center; -} */ +#root { + flex-direction: column; +} .logo { height: 6em; diff --git a/src/App.jsx b/src/App.jsx index 86793a2..d1187ae 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,6 +1,7 @@ import { Routes, Route } from 'react-router-dom'; import { Home } from './pages'; import NavigationBar from './layout/NavigationBar'; +import Footer from './layout/Footer'; import './App.css'; function App() { @@ -15,8 +16,7 @@ function App() { - {/* Footer */} - +