Fixed: FAQ page header shrinks on small heights

This commit is contained in:
Sercan Yemen 2017-10-24 10:19:17 +03:00
parent ca8ed939ae
commit fe8b44b14c
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,7 @@
<div id="faq" class="page-layout simple" fusePerfectScrollbar> <div id="faq" class="page-layout simple" fusePerfectScrollbar>
<!-- HEADER --> <!-- HEADER -->
<div class="header mat-accent-bg p-16 p-sm-24" <div class="header mat-accent-bg p-16 p-sm-24" fxLayout="column" fxLayoutAlign="center center">
fxLayout="column" fxLayoutAlign="center center">
<div class="hero-text mb-32"> <div class="hero-text mb-32">
<h1>We're here to help</h1> <h1>We're here to help</h1>

View File

@ -3,6 +3,7 @@
:host { :host {
.header { .header {
flex: 1 0 auto;
height: 360px; height: 360px;
background: #1A237E; background: #1A237E;
background: linear-gradient(to right, #0E2A3B 0%, #34306B 100%); background: linear-gradient(to right, #0E2A3B 0%, #34306B 100%);