mirror of https://github.com/snachodog/mybuddy.git
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:
parent
20924eeaec
commit
b7de3999b9
|
@ -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' %}"
|
||||
|
|
Loading…
Reference in New Issue