style
This commit is contained in:
parent
9faa8d0a79
commit
31d5c7aed9
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -62,6 +62,3 @@ layout: default
|
|||
|
||||
{% endfor %}
|
||||
|
||||
|
||||
|
||||
{% include footer.html %}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue