From c9498d62ccbe67b283506595346cf30a372a345b Mon Sep 17 00:00:00 2001 From: Aman Tahiliani <65684756+AmanTahiliani@users.noreply.github.com> Date: Mon, 9 May 2022 00:26:04 +0530 Subject: [PATCH] Width adjustments --- src/App.css | 2 ++ src/components/about.css | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) 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%; }