improve layout, version 31
This commit is contained in:
parent
3d2e15bedd
commit
0c61532746
8 changed files with 14 additions and 14 deletions
|
@ -47,7 +47,7 @@
|
|||
<div class="relative w-full sm:px-8">
|
||||
{% include "includes/header.html" %}
|
||||
|
||||
<main id="main" class="max-w-7xl px-0 md:px-4 lg:px-8">
|
||||
<main id="main" class="mx-auto max-w-7xl px-0 md:px-4 lg:px-8">
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% load navigation_tags %}
|
||||
|
||||
<footer class="flex flex-col items-center w-full max-w-7xl px-0 md:px-4 lg:px-8">
|
||||
<footer class="mx-auto flex flex-col items-center w-full max-w-7xl px-0 md:px-4 lg:px-8">
|
||||
<p>Created in <span class="emoji">🇪🇺</span> by <a href="https://social.headbright.eu/@konstantin">Konstantin</a></p>
|
||||
|
||||
<nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue