oh-oh/idp/templates/style.css
2025-07-12 21:46:13 +02:00

21 lines
No EOL
235 B
CSS

html,
body {
width: 100%;
}
body {
display: flex;
flex-direction: column;
align-items: center;
}
/* Home Link */
a[href="/"] {
margin-bottom: 20px;
}
form {
display: flex;
flex-direction: column;
gap: 10px;
}