Minor style tweak to assets

This commit is contained in:
2018-04-05 16:45:59 +02:00
parent c9789f46db
commit ec2e4dee46
3 changed files with 11 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ section.node-preview-forbidden
| {% endif %}
| {% if current_user.is_anonymous %}
p
small Already a subscriber?
a.btn(href="{{ url_for('users.login') }}") Log In
p(style="margin-top: 15px")
small
a(href="{{ url_for('users.login') }}") Already a subscriber? Log in
| {% endif %}