errors on index

This commit is contained in:
Set Hallstrom 2020-07-15 14:43:29 +02:00
parent 5655db04c6
commit 98ad49f041

View file

@ -21,7 +21,7 @@ logo_image: /siteicon.png
<!-- Banner --> <!-- Banner -->
<section <section
class="banner onload-image-fade-in onload-content-fade-right style5 fullscreen content-align-center image-position-center;" class="banner onload-image-fade-in onload-content-fade-right style5 fullscreen content-align-center image-position-center;"
style="background-image:url('{{ page.image }}');background-size:cover;background-repeat:no-repeat;background-position: center;height: 100vh;"> style="background-image:url('{{ page.image }}');background-size:cover;background-repeat:no-repeat;background-position: center;min-height: 100vh;">
<div <div
style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.75);"> style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.75);">
</div> </div>
@ -41,8 +41,8 @@ logo_image: /siteicon.png
<!-- Radio --> <!-- Radio -->
<section <section
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-left image-position-center" style="background-image:url('{{ relBase }}/assets/vid/radio.jpg');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">
<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">Radio</h1> <h1 style="margin-top:80px">Radio</h1>