add some margins to the index page

resize form
This commit is contained in:
Robin Olsen
2026-02-13 13:41:24 +01:00
parent cc1f84a4bd
commit aaf8eacf3c
9 changed files with 1286 additions and 231 deletions

View File

@@ -17,7 +17,7 @@ type RangeProps struct {
templ Range(props RangeProps) {
<div class="form-control">
<label
class="label space-x-1"
class="label space-x-1 w-full"
x-data={ fmt.Sprintf("{ value: %d }", props.Value) }
>
if props.Label != "" {