Make the design less aggresive

- Softer violet
- Add borders to delimit cards
- Bolder titles
- Bigger inputs
This commit is contained in:
Bat
2018-05-13 21:33:21 +01:00
parent 9c9799eee2
commit 1870f52332
8 changed files with 78 additions and 45 deletions
+5 -3
View File
@@ -10,7 +10,9 @@
<p>{{ blog.summary }}</p>
<h2>Latest articles</h2>
{% for article in recents %}
{{ macros::post_card(article=article) }}
{% endfor %}
<div class="cards">
{% for article in recents %}
{{ macros::post_card(article=article) }}
{% endfor %}
</div>
{% endblock content %}