fix: Minor classname change

This commit is contained in:
Faris Ansari 2020-06-08 16:07:30 +05:30
parent 55e80bd115
commit ea5c7b888c
2 changed files with 4 additions and 4 deletions

View file

@ -283,7 +283,7 @@
margin-top: 2rem;
}
.image-grid {
.section-image-grid {
display: flex;
flex-wrap: wrap;
width: 100%;
@ -331,4 +331,4 @@
}
}
}
}
}

View file

@ -2,7 +2,7 @@
<h2 class="section-title">{{ title }}</h2>
<p class="section-description">{{ subtitle }}</p>
<div class="image-grid">
<div class="section-image-grid">
{%- for index in ['1', '2', '3', '4'] -%}
{%- set image = values['image_' + index ] -%}
{%- set class = "narrow" if index in ['1', '4'] else "wide" -%}
@ -15,4 +15,4 @@
{%- endif -%}
{%- endfor -%}
</div>
</div>
</div>