fix flex-bug
This commit is contained in:
parent
af944b2abf
commit
7e196b8754
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<h1>Offerings</h1>
|
||||
{% 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 %}
|
||||
<a href="./offer/{{ offering.id }}" class="mb-5">
|
||||
<div class="card offering h-100">
|
||||
|
|
Reference in a new issue