cosmetic changes

This commit is contained in:
Wojciech Kwolek 2020-08-29 20:21:59 +02:00
parent 535b52d9b1
commit bfed879d18
2 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,7 @@
{% block body %} {% block body %}
<div class="container mx-auto content"> <div class="container mx-auto content">
<div class="card {% block header_width %}max-w-lg{% endblock %} mx-auto text-center "> <div class="card {% block header_width %}max-w-lg{% endblock %} mx-auto text-center ">
<h1 class="text-5xl">DoneTh.at</h1> <h1 class="text-5xl"><a href="{{ url_for('main.index') }}">DoneTh.at</a></h1>
{% block header_user %} {% block header_user %}
{% if current_user.is_authenticated %} {% if current_user.is_authenticated %}
<p>Hi <span class="font-mono">{{ current_user.username }}</span>!</p> <p>Hi <span class="font-mono">{{ current_user.username }}</span>!</p>
@ -27,6 +27,9 @@
</div> </div>
{% block content %} {% block content %}
{% endblock %} {% endblock %}
<div class="pt-4 mb-8 text-xs text-center">
Made with ❤️ by <a href="https://irth.pl" class="text-blue-700">Wojciech ~irth Kwolek</a>
</div>
</div> </div>
{% endblock %} {% endblock %}
</body> </body>

View File

@ -13,7 +13,7 @@
</p> </p>
</div> </div>
<div class="max-w-xl m-auto overflow-hidden bg-white border-2 border-gray-700 border-solid rounded-lg shadow-xl"> <div class="max-w-xl m-auto overflow-hidden border-2 border-black border-gray-500 border-solid rounded-lg shadow-xl">
<img src="{{ url_for('static', filename='screencap.png') }}"> <img src="{{ url_for('static', filename='screencap.png') }}">
</div> </div>