diff --git a/src/App.css b/src/App.css index ac52efd..a16964b 100644 --- a/src/App.css +++ b/src/App.css @@ -49,6 +49,8 @@ position: absolute; top: 120px; bottom: 0px; + left: 0px; + right: 0px; } hr { diff --git a/src/components/about.css b/src/components/about.css index 0e74b83..7847bb6 100644 --- a/src/components/about.css +++ b/src/components/about.css @@ -1,9 +1,7 @@ .AboutComponent { opacity: 5; - width: 75%; + width: 100%; margin-top: 80px; - margin-left: 12.5%; - margin-right: 12.5%; padding-top: 5.5%; padding-bottom: 4%; }