diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-01 15:01:47 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-01 15:01:47 +0530 |
commit | a2c784ba0026c9ef1e2e5d64f46cd1478a58c544 (patch) | |
tree | 237fe223f1bb3b1ce813e19a31dcfe7e49c9bc2c | |
parent | b2d9d82fdb00e2988b18182132d6977d984d8d67 (diff) |
removed horizontal scroll
-rw-r--r-- | static/scss/index.scss | 11 |
1 files changed, 7 insertions, 4 deletions
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 { |