diff --git a/templates/shortcodes/gallery.html b/templates/shortcodes/gallery.html index 529e7d79497f29769c5bc4d808414e0fb97b569d..1ad3082b4c0c2613444bed5f4e841cba93cf0461 100644 --- a/templates/shortcodes/gallery.html +++ b/templates/shortcodes/gallery.html @@ -1,7 +1,7 @@ <section class="section gallery"> - <div class="columns is-multiline is-same-height is-centered is-mobile"> + <div class="columns is-multiline is-same-height is-centered"> {% for picture in page.extra.gallery[name] %} - <div class="column is-one-third is-half-mobile"> + <div class="column is-one-third"> <a href="#"> <figure class="image is-4by3"> {% set image = resize_image(path="@/" ~ page.colocated_path ~ "/" ~ picture.image, width=800, height=600) -%}