This commit is contained in:
Set Hallstrom 2020-09-08 20:04:08 +02:00
parent 9faa8d0a79
commit 31d5c7aed9
4 changed files with 14 additions and 3 deletions

View file

@ -2,6 +2,7 @@
<header class="hero" id="top"
style="{% unless page.video_path %}background-image: url({{ page.image }});{% endunless %}">
<div class="imagecontainer">
<h4>{{ page.title }}</h4>
</div>

View file

@ -80,6 +80,18 @@ body {
background-repeat: repeat-x;
background-position: bottom;
z-index: 1;
h4 {
width: 100%;
height: auto;
min-height: 100px;
line-height: .85em;
letter-spacing: -8.1px;
color: var(--bg-alt);
font-size: 12vw;
display: inline;
opacity: 1;
border-radius: var(--border-radius);
}
}
}

View file

@ -62,6 +62,3 @@ layout: default
{% endfor %}
{% include footer.html %}

View file

@ -23,6 +23,7 @@ layout: default
<header class="hero" id="top"
style="{% unless page.video_path %}background-image: url({{ page.image }});{% endunless %}">
<div class="imagecontainer">
<h4>{{ page.title }}</h4>
</div>