_layouts/env/landing.html in slow-steps-0.1.3 vs _layouts/env/landing.html in slow-steps-0.1.4
- old
+ new
@@ -41,11 +41,11 @@
</div>
<div class="hero__overlay env--pwp">
{%- picture {{ page.pwp.image | prepend: 'content/' }}
- --img class="hero__image hero__filter pwp__hero"
+ --img class="hero__image hero__filter pwp__hero h-100"
--alt {{ page.pwp.alt }} -%}</div>
</div>
{%- assign env = site.data.menu.navigation | where: 'env', 'clinician' -%}
@@ -75,10 +75,10 @@
</div>
<div class="hero__overlay env--clinician">
{%- picture {{ page.clinician.image | prepend: 'content/' }}
- --img class="hero__image hero__filter clinician__hero"
+ --img class="hero__image hero__filter clinician__hero h-100"
--alt {{ page.clinician.alt }} -%}</div>
</div>
</div>