diff --git a/style.css b/style.css index 7e6455e..2d318cc 100644 --- a/style.css +++ b/style.css @@ -252,7 +252,7 @@ section { } .about-me-container { - height: 50%; + height: 100%; width: 100%; display: flex; justify-content: start; @@ -299,7 +299,8 @@ section { footer { margin: 5px; - height: 100%; + height: 20%; + width: auto; display: flex; justify-content: center; align-items: end;