mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
feat: Improve createProfile form layout with wider max-width and enhanced spacing
This commit is contained in:
parent
af4c66bc79
commit
bd1ea5042e
@ -4,7 +4,7 @@ import "github.com/onsonr/sonr/pkg/common/styles/layout"
|
|||||||
|
|
||||||
templ formCreateProfile(action string, method string, data CreateProfileData) {
|
templ formCreateProfile(action string, method string, data CreateProfileData) {
|
||||||
<form action={ templ.SafeURL(action) } method={ method }>
|
<form action={ templ.SafeURL(action) } method={ method }>
|
||||||
<sl-card class="card-form gap-4 w-full max-w-lg mx-auto px-4 sm:px-6">
|
<sl-card class="card-form gap-6 w-full max-w-2xl mx-auto px-4 sm:px-8">
|
||||||
<div slot="header">
|
<div slot="header">
|
||||||
<div class="w-full py-1">
|
<div class="w-full py-1">
|
||||||
<sl-progress-bar value="50"></sl-progress-bar>
|
<sl-progress-bar value="50"></sl-progress-bar>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user