Make interface responsive

This commit is contained in:
2024-09-09 22:03:31 +02:00
parent 9e0182ed03
commit 4004bcb8f0
7 changed files with 16 additions and 14 deletions

View File

@ -2,7 +2,7 @@
<h2>Profil bearbeiten</h2>
<form>
<div class="grid grid-cols-3 gap-4">
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4">
<div>
<label for="username">Benutzername</label>
<input class="w-full" name="username" type="text" value="{{.UserName}}" />