diff --git a/client/src/App.css b/client/src/App.css index 9b6c41f2e4d7122fdb0d7a58e3e6358292f4321e..b5ce7dcf05f7e3cb3ecc9ba4635d878e4892d637 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -2,12 +2,32 @@ body { font-family: "Noto Sans KR", sans-serif !important; + width: 100%; + min-height: 100vh; + margin: 0; + display: flex; +} + +#root { + width: 100%; + min-height: 100%; +} + +#footer{ + position: relative; + bottom: 1em; + padding-top: 2em; +} +.form-check-input{ + cursor: pointer; + box-shadow: none !important; } .form-check-input:checked { background-color: #04AB70 !important; -} + border: none; + } #btnlink { color: white !important; @@ -56,7 +76,6 @@ body { width: 50%; height: 6em; object-fit: cover; - } #socialLink { @@ -70,6 +89,7 @@ body { width: fit-content; } + @media (max-width: 767.98px) { body { padding: 30px; @@ -99,15 +119,16 @@ body { padding-left: 50px; padding-right: 50px; margin: auto; - } .container-fluid { max-width: 1000px !important; + min-height: 90%; + } + .container-fluid .row #stickyy { position: sticky !important; - position: -webkit-sticky; top: 40px; width: fit-content; height: fit-content; diff --git a/client/src/App.js b/client/src/App.js index bdcdd06ad0b4f6f3b0d8529a1f48850bbfa44fbf..e366658d6c6d38e914d0ba61596afe7ef3c71160 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -7,6 +7,7 @@ import LoginPage from './pages/LoginPage'; import LocalCodePage from './pages/LocalCodePage'; import PrivateRoute from './utils/PrivateRoutes'; import PageNotFound from './components/PageNotFound'; +import Footer from './components/Footer'; function App() { @@ -17,6 +18,7 @@ function App() { + @@ -24,6 +26,7 @@ function App() { +