From 2be23c1de6efabe3f56025db257aa2bb6bd05b46 Mon Sep 17 00:00:00 2001 From: Shafqat Farhan Date: Mon, 14 Jun 2021 16:56:17 +0500 Subject: [PATCH] VAN-552 - Adjust medium screen header height (#339) --- src/_style.scss | 9 +++++---- src/common-components/MediumScreenHeader.jsx | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/_style.scss b/src/_style.scss index 0937a2f4..388eb116 100644 --- a/src/_style.scss +++ b/src/_style.scss @@ -402,6 +402,7 @@ select.form-control { .medium-screen-container { flex-wrap: nowrap; max-width: inherit; + height: 282px; } .screen-header { @@ -497,7 +498,7 @@ select.form-control { stroke: $accent-b; stroke-width: 0.5rem; width: 7em; - height: 240px; + height: 115px; } .small-screen-svg-line { @@ -519,9 +520,9 @@ select.form-control { .medium-heading { padding-left: 1rem; color: $white; - max-width: 24rem; - line-height: 78px; - font-size: 78px; + max-width: 27rem; + line-height: 60px; + font-size: 60px; } .small-heading { diff --git a/src/common-components/MediumScreenHeader.jsx b/src/common-components/MediumScreenHeader.jsx index 18829b26..133375bc 100644 --- a/src/common-components/MediumScreenHeader.jsx +++ b/src/common-components/MediumScreenHeader.jsx @@ -10,9 +10,9 @@ const MediumScreenHeader = (props) => { return (
-
+
edx -
+
@@ -24,7 +24,7 @@ const MediumScreenHeader = (props) => {
-
+