From fe8b44b14cfd2816a37b01c42918b0fb18c37148 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Tue, 24 Oct 2017 10:19:17 +0300 Subject: [PATCH] Fixed: FAQ page header shrinks on small heights --- src/app/main/content/pages/faq/faq.component.html | 3 +-- src/app/main/content/pages/faq/faq.component.scss | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/main/content/pages/faq/faq.component.html b/src/app/main/content/pages/faq/faq.component.html index eea80bd4..4ccb44cd 100644 --- a/src/app/main/content/pages/faq/faq.component.html +++ b/src/app/main/content/pages/faq/faq.component.html @@ -1,8 +1,7 @@
-
+

We're here to help

diff --git a/src/app/main/content/pages/faq/faq.component.scss b/src/app/main/content/pages/faq/faq.component.scss index 131f21d7..ea7db673 100644 --- a/src/app/main/content/pages/faq/faq.component.scss +++ b/src/app/main/content/pages/faq/faq.component.scss @@ -3,6 +3,7 @@ :host { .header { + flex: 1 0 auto; height: 360px; background: #1A237E; background: linear-gradient(to right, #0E2A3B 0%, #34306B 100%);