fix widths

This commit is contained in:
David Todd
2019-05-28 00:48:26 -05:00
parent 7bd637903c
commit d4d51452ca
7 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
{% endblock %}
{% block content %}
<div class="uk-width-medium-4-5">
<div class="uk-width-4-5@m">
{% if articles %}
{% for article in (articles_page.object_list if articles_page else articles) %}