style
This commit is contained in:
parent
9faa8d0a79
commit
31d5c7aed9
4 changed files with 14 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
<header class="hero" id="top"
|
<header class="hero" id="top"
|
||||||
style="{% unless page.video_path %}background-image: url({{ page.image }});{% endunless %}">
|
style="{% unless page.video_path %}background-image: url({{ page.image }});{% endunless %}">
|
||||||
<div class="imagecontainer">
|
<div class="imagecontainer">
|
||||||
|
<h4>{{ page.title }}</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -80,6 +80,18 @@ body {
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
z-index: 1;
|
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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,3 @@ layout: default
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% include footer.html %}
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ layout: default
|
||||||
<header class="hero" id="top"
|
<header class="hero" id="top"
|
||||||
style="{% unless page.video_path %}background-image: url({{ page.image }});{% endunless %}">
|
style="{% unless page.video_path %}background-image: url({{ page.image }});{% endunless %}">
|
||||||
<div class="imagecontainer">
|
<div class="imagecontainer">
|
||||||
|
<h4>{{ page.title }}</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue