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
+7 -9
View File
@@ -9,7 +9,6 @@
{% endblock header %}
{% block content %}
<<<<<<< HEAD
<h1 class="article">{{ post.title }}</h1>
<p class="article-info">
@@ -47,17 +46,16 @@
{% else %}
<a class="button" href="like">{{ "Add yours" | _ }}</a>
{% endif %}
</div>
<div class="reshares">
<p>
{{ "{{ count }} reshares" | _n(singular="One reshare", count=n_reshares) }}
</p>
<a class="button" href="reshare">
{% if has_reshared %}
{{ "I don't want to reshare this anymore" | _ }}
{% else %}
{{ "Reshare" | _ }}
{% endif %}
</a>
{% if has_reshared %}
<a class="button reshared" href="reshare">{{ "I don't want to reshare this anymore" | _ }}</a>
{% else %}
<a class="button" href="reshare">{{ "Reshare" | _ }}</a>
{% endif %}
</div>
<div class="comments">