min-height

This commit is contained in:
Set Hallstrom 2020-07-15 13:57:11 +02:00
parent b554942869
commit 5655db04c6
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ image: /assets/vid/discogs.jpg
<!-- Banner --> <!-- Banner -->
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="min-height:100vh;"> <section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="min-height:100vh;">
<div class="content editable"> <div class="content editable">
<h1 class="editable">{{ page.title }}</h1> <h1 class="editable">{{ page.subtitle }}</h1>
<p>{{ page.description }}</p> <p>{{ page.description }}</p>
<ul class="actions stacked"> <ul class="actions stacked">
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li> <li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>

View file

@ -23,7 +23,7 @@ layout: default
<!-- Banner --> <!-- Banner -->
<section <section
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-left image-position-center" style="background-image:url('{{ page.image }}');background-size: cover; background-repeat: no-repeat;"> class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-left image-position-center" style="background-image:url('{{ page.image }}');background-size: cover; background-repeat: no-repeat;">
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div> <div style="z-index:0;position:absolute; top:0; left:0; width:100%;min-height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
<div id="mainwrap" class="content" style="z-index:1"> <div id="mainwrap" class="content" style="z-index:1">
<h1 style="margin-top:80px">{{ page.title }}</h1> <h1 style="margin-top:80px">{{ page.title }}</h1>