Skip to content

Commit

Permalink
fix: display gallery photo on small screen
Browse files Browse the repository at this point in the history
Reviewed-by: andriac
  • Loading branch information
NaturalSolutions authored and andriacap committed Apr 17, 2024
1 parent dba577d commit 42c3c54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions atlas/templates/photoGalery/_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ <h1 class="title">{{ _('gallery.title') }}<span id="group"></span></h1>
</div>
<h3 id="nbPhotos"></h3>
</div>

<div id="insertPhotos" class="d-flex flex-wrap bg-white flex-grow-1">

<div class="col-sm-12">
<div id="insertPhotos" class="col-sm-12 d-flex flex-wrap bg-white flex-grow-1">
</div>
</div>
</div>
{% endblock %}

0 comments on commit 42c3c54

Please sign in to comment.