From a2c784ba0026c9ef1e2e5d64f46cd1478a58c544 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 1 Aug 2023 15:01:47 +0530 Subject: removed horizontal scroll --- static/scss/index.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'static/scss/index.scss') diff --git a/static/scss/index.scss b/static/scss/index.scss index 46446de..a971100 100644 --- a/static/scss/index.scss +++ b/static/scss/index.scss @@ -20,7 +20,7 @@ body { } .section { - width: 100vw; + width: 100%; height: auto; p { line-height: 2; @@ -28,11 +28,14 @@ body { } #section-1 { - background-color: #56355D; + //background-color: #56355D; // Indian flag theme - // color: #232627; - // background: linear-gradient(118deg, rgba(255,147,0,1) 0%, rgba(255,255,255,1) 50%, rgba(10,199,40,1) 100%); + color: #232627; + background: linear-gradient(118deg, rgba(255,147,0,1) 0%, rgba(255,255,255,1) 50%, rgba(10,199,40,1) 100%); + a { + color: #232627; + } } .img-l, .img-r { -- cgit v1.2.3