cosmetic changes
This commit is contained in:
parent
535b52d9b1
commit
bfed879d18
|
|
@ -15,7 +15,7 @@
|
|||
{% block body %}
|
||||
<div class="container mx-auto content">
|
||||
<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 %}
|
||||
{% if current_user.is_authenticated %}
|
||||
<p>Hi <span class="font-mono">{{ current_user.username }}</span>!</p>
|
||||
|
|
@ -27,6 +27,9 @@
|
|||
</div>
|
||||
{% block content %}
|
||||
{% 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>
|
||||
{% endblock %}
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
</p>
|
||||
</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') }}">
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue