From a4762067407b8d15ceb170e407c3b759f4d69925 Mon Sep 17 00:00:00 2001 From: Ashutosh <70135665+Ashutosh-Ray@users.noreply.github.com> Date: Thu, 23 Sep 2021 19:28:24 +0530 Subject: [PATCH] Update index.css --- first/solution/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/first/solution/index.css b/first/solution/index.css index c171502a9..b89d8f360 100644 --- a/first/solution/index.css +++ b/first/solution/index.css @@ -14,13 +14,13 @@ body { .main-content { background-color: #EFEFEF; margin: 0 auto; - width: 75%; + width: 80%; height: 70vh; } .footer { background-color: #222222; margin: 0 auto; - width: 75%; + width: 80%; height: 10vh; -} \ No newline at end of file +}