Remove xl column setting for child cards.

The lower resolutions of the xl breakpoint did not render this well (the button bar overflows cards).
This commit is contained in:
Christopher Charbonneau Wells 2017-11-09 07:20:38 -05:00
parent 20924eeaec
commit b7de3999b9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
{% block content %}
<div class="row">
{% for object in objects %}
<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-2 mb-4">
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-2 mb-4">
<div class="card">
<a href="{% url 'child' object.slug %}">
<img src="{% static 'babybuddy/img/core/child-placeholder.png' %}"