From 6ada69e214caf81186042ff214354708331073d6 Mon Sep 17 00:00:00 2001 From: Adarsh Gupta Date: Fri, 24 Apr 2020 15:54:53 +0530 Subject: [PATCH 1/2] Other CSS Fixes --- src/components/Testimonials.vue | 2 +- src/components/layouts/AppbarLayout.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Testimonials.vue b/src/components/Testimonials.vue index 90dde3e1..9e1452b3 100644 --- a/src/components/Testimonials.vue +++ b/src/components/Testimonials.vue @@ -99,7 +99,7 @@ $rd = 60px; p { color: var(--background-color); - $font-size: 14px; + $font-size: 18px; font-weight: 700; ~/.xs ^[1..-1], ~/.sm ^[1..-1], ~/.md ^[1..-1] { diff --git a/src/components/layouts/AppbarLayout.vue b/src/components/layouts/AppbarLayout.vue index 936ec7b3..eee1eb95 100644 --- a/src/components/layouts/AppbarLayout.vue +++ b/src/components/layouts/AppbarLayout.vue @@ -70,7 +70,7 @@ export default { @require '~@styles/anims'; -$appbar-height = 50px; +$appbar-height = 40px; $notch-height = 100px; $notch-width = 320px; $notch-color = $mine-shaft; @@ -117,7 +117,7 @@ $notch-color = $mine-shaft; .notch { position: relative; top: -($appbar-height); - // clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%); + clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%); border-radius: 0 0 20px 20px; margin: 0 auto; width: $notch-width; From 10f62f4a979a971f362c3d09e90edeea8cf30f16 Mon Sep 17 00:00:00 2001 From: Adarsh Gupta Date: Fri, 24 Apr 2020 16:05:15 +0530 Subject: [PATCH 2/2] Other CSS Fixes --- src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 3f84a653..99f372b2 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -51,7 +51,7 @@ export default {}; flex-wrap: wrap; margin-top: 20px; width: 100%; - + box-shadow: var(--appbar-shadow-color) 0 -1px 10px 3px; .logo { width: 100%; margin-top: 20px;