Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ZIT-P22/IP-Atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
FischLord committed Feb 8, 2024
2 parents f984e0c + 3e1163e commit dc0acb6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ip-atlas/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
html {
scroll-behavior: smooth !important;
color-scheme: dark !important;
height: 100% !important;
overflow: hidden !important;
}

[type='text']:focus,
Expand Down Expand Up @@ -138,16 +140,11 @@
</button>
</div>
</header>
<main class="flex flex-col flex-1 gap-4 p-4 md:gap-8 md:p-6">
<main class="flex flex-col flex-1 max-h-screen gap-4 p-4 overflow-scroll md:gap-8 md:p-6">
{% block content %}{% endblock %}
</main>
</div>
</div>
<footer class="py-4 text-white bg-gray-800">
<div class="container mx-auto text-center">
&copy; 2024 Zitau. All rights reserved. A P22 Project.
</div>
</footer>
</body>

</html>

0 comments on commit dc0acb6

Please sign in to comment.