diff --git a/frontend/src/Footer/Footer.css b/frontend/src/Footer/Footer.css index 6f6df80..4b63078 100644 --- a/frontend/src/Footer/Footer.css +++ b/frontend/src/Footer/Footer.css @@ -1,3 +1,7 @@ .colorDesign { color: #55bcc9; -} \ No newline at end of file + position: absolute; + bottom: 0; + width: 100%; + height: 2.5rem; +}