Skip to content

Commit

Permalink
better display on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Sep 20, 2023
1 parent 75cf486 commit 7b12f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/book/_gallery.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row">
{% for book in pagination %}
<div class="col-md-4 col-lg-3 col-xl-2 col-sm-6 col-12">
<div class="col-md-4 col-lg-3 col-xl-2 col-sm-6 col-6">
{% include 'book/_teaser.html.twig' %}
</div>
{% endfor %}
Expand Down

0 comments on commit 7b12f9d

Please sign in to comment.