Remove unused css class

This commit is contained in:
Peter Stockings
2023-01-23 20:24:56 +11:00
parent 49c1c7df29
commit c32e837cf3

View File

@@ -14,7 +14,7 @@
<body> <body>
<div class="h-full w-full bg-gray-50 relative overflow-y-auto"> <div class="h-full w-full bg-gray-50 relative overflow-y-auto">
<main> <main>
<div class="pt-6 px-4 container mx-auto pt-8" id="container"> <div class="px-4 container mx-auto pt-8" id="container">
<div hx-get="{{ url_for('overview') }}" hx-trigger="load, every 2s"> <div hx-get="{{ url_for('overview') }}" hx-trigger="load, every 2s">
</div> </div>
</div> </div>