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

@@ -3,7 +3,7 @@
{% block description %}{% endblock %}
{% block content %}
<div class="uk-width-medium-4-5">
<div class="uk-width-4-5@m">
<h1 class="uk-heading-large">Categories</h1>
{% for category, articles in categories %}
<h2><a href="{{ SITEURL}}/{{ category.url}}" class="uk-link-muted">{{ category|capitalize }}</a></h2>