mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
improve styling for bigger screens
This commit is contained in:
committed by
Thomas Ruoff
parent
aeb03f3330
commit
96060d1415
@@ -53,14 +53,14 @@ function WizardInternal() {
|
||||
|
||||
return (
|
||||
<form
|
||||
className="w-full max-w-lg"
|
||||
className="form"
|
||||
onSubmit={(event) => {
|
||||
event.preventDefault()
|
||||
onSubmit()
|
||||
}}
|
||||
>
|
||||
{dataStoredLoaded && (
|
||||
<p className="my-12">
|
||||
<p className="mb-12">
|
||||
Gespeicherte Daten wurden aus Deinem Browser geladen.{' '}
|
||||
<a className="link" onClick={forgetData} href="">
|
||||
Daten wieder vergessen
|
||||
|
||||
Reference in New Issue
Block a user