mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +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>
|
<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>
|
||||||
|
|
|
@ -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%);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user