New design improvements

* Max-width to limit number of characters per line
* Changed background colors (page, cards, buttons)
* Reduced header size
This commit is contained in:
Matthieu
2018-06-17 22:07:01 +02:00
parent 3de0ff79b5
commit 117904b69d
5 changed files with 74 additions and 32 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
{% if blogs | length < 1 %}
<p>{{ "You don't have any blog yet. Create your own, or ask to join one." | _ }}</p>
{% endif %}
<a class="button inline-block" href="/blogs/new">{{ "Start a new blog" | _ }}</a>
<a class="button" href="/blogs/new">{{ "Start a new blog" | _ }}</a>
<div class="list">
{% for blog in blogs %}
<div class="card">
+1 -1
View File
@@ -1,4 +1,4 @@
<div>
<div class="user">
<h1>
{{ name }}
{% if user.is_admin %}