_includes/showcase.html in jekyll-theme-opentoolbox-1.1.0 vs _includes/showcase.html in jekyll-theme-opentoolbox-2.0.0
- old
+ new
@@ -7,10 +7,10 @@
<p>{{ showcase.intro | markdownify }}</p>
</div>
<div {% if include.columns == true %} class="columns" {% endif %}>
{% for item in showcase.items %}
- <div class="column">
+ <div class="column is-6">
<section class="showcase is-rounded">
<figure class="image {% if item.image_ratio %} {{ item.image_ratio }} {% else %} is-16by9 {% endif %}">
<img src="{{ item.image | relative_url }}" class="is-rounded" />
</figure>
<div class="showcase-content">
\ No newline at end of file