mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Fixed: FAQ page header shrinks on small heights
This commit is contained in:
parent
ca8ed939ae
commit
fe8b44b14c
|
@ -1,8 +1,7 @@
|
|||
<div id="faq" class="page-layout simple" fusePerfectScrollbar>
|
||||
|
||||
<!-- HEADER -->
|
||||
<div class="header mat-accent-bg p-16 p-sm-24"
|
||||
fxLayout="column" fxLayoutAlign="center center">
|
||||
<div class="header mat-accent-bg p-16 p-sm-24" fxLayout="column" fxLayoutAlign="center center">
|
||||
|
||||
<div class="hero-text mb-32">
|
||||
<h1>We're here to help</h1>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
:host {
|
||||
|
||||
.header {
|
||||
flex: 1 0 auto;
|
||||
height: 360px;
|
||||
background: #1A237E;
|
||||
background: linear-gradient(to right, #0E2A3B 0%, #34306B 100%);
|
||||
|
|
Loading…
Reference in New Issue
Block a user