Minor style changes
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user