From 340baa3a4c06892f6d24842b97e8155bbc0d73cb Mon Sep 17 00:00:00 2001 From: VirajS00 Date: Wed, 20 Jan 2021 01:11:28 +0530 Subject: [PATCH] removed G logo --- index.html | 4 ++-- style.css | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2ee3bfc..2d5b627 100644 --- a/index.html +++ b/index.html @@ -17,12 +17,12 @@
-
+
P
diff --git a/style.css b/style.css index ae45940..9f45495 100644 --- a/style.css +++ b/style.css @@ -217,7 +217,7 @@ rect { justify-content: center; align-items: center; color: #fff; - font-size: 400%; + font-size: calc(var(--shape-size) * 0.4); box-shadow: calc(var(--shape-size) * 0.01) calc(var(--shape-size) * 0.02) calc(var(--shape-size) * 0.07) calc(var(--shape-size) * 0.02) rgba(0, 0, 0, 0.571); @@ -249,6 +249,7 @@ rect { #0a3f8f 100% ); background-repeat: no-repeat; + border-radius: calc(var(--shape-size) * 0.03); } .word-w { @@ -262,7 +263,7 @@ rect { justify-content: center; align-items: center; color: #fff; - font-size: 400%; + font-size: calc(var(--shape-size) * 0.4); box-shadow: calc(var(--shape-size) * 0.01) calc(var(--shape-size) * 0.02) calc(var(--shape-size) * 0.07) calc(var(--shape-size) * 0.02) rgba(0, 0, 0, 0.571); @@ -292,6 +293,7 @@ rect { ); background-size: 50%; position: relative; + border-radius: calc(var(--shape-size) * 0.03); } .excel-box::after { @@ -311,6 +313,8 @@ rect { #125c38 75%, #125c38 100% ); + border-top-right-radius: calc(var(--shape-size) * 0.03); + border-bottom-right-radius: calc(var(--shape-size) * 0.03); } .xl-x {