fix flex-bug

This commit is contained in:
Jannis Portmann 2021-05-02 16:35:00 +02:00
parent af944b2abf
commit 7e196b8754

View file

@ -10,7 +10,7 @@
<h1>Offerings</h1> <h1>Offerings</h1>
{% if offerings|length > 0 %} {% if offerings|length > 0 %}
<div class="card-deck d-flex justify-content-around"> <div class="card-deck d-flex justify-content-around justify-content-sm-around justify-content-md-between flex-wrap">
{% for offering in offerings %} {% for offering in offerings %}
<a href="./offer/{{ offering.id }}" class="mb-5"> <a href="./offer/{{ offering.id }}" class="mb-5">
<div class="card offering h-100"> <div class="card offering h-100">