leptos/examples/action-form-error-handling/style/main.scss

16 lines
175 B
SCSS

body {
font-family: sans-serif;
text-align: center;
}
#app {
text-align: center;
}
.form {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
}