use flexbox for card-deck
This commit is contained in:
parent
d6f44bd29a
commit
e8cfb87012
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
|
||||
<h1>Offerings</h1>
|
||||
{% if offerings|length > 0 %}
|
||||
<div class="card-deck">
|
||||
<div class="card-deck d-flex justify-content-around">
|
||||
{% for offering in offerings %}
|
||||
<a href="#">
|
||||
<a href="#" class="mb-5">
|
||||
<div class="card offering h-100">
|
||||
{% if offering.photoFilename %}
|
||||
<img class="card-img-top" src="{{ asset('uploads/photos/' ~ offering.photofilename) }}" />
|
||||
|
|
Reference in a new issue