Minor style changes

This commit is contained in:
Peter Stockings
2023-03-11 22:17:38 +11:00
parent 2a3c5f6eb1
commit 879a83fd9e
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
<div class="flex justify-between">
<div class="flex items-center">
<a class="text-gray-800 text-xl font-bold" href="/">
<div class="flex pt-2">
<div class="flex py-3">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-8 h-8 mr-2">
<path stroke-linecap="round" stroke-linejoin="round"
@@ -36,7 +36,7 @@
<div class="container mx-auto mt-8">
<div class="flex flex-col sm:flex-row justify-between">
<div class="w-full sm:w-1/2 px-4 mb-8">
<h1 class="text-gray-800 font-bold text-2xl mb-4">Users</h1>
<div class="bg-white shadow-md rounded-lg overflow-hidden" id="users-container">
{% with users=users %}