This commit is contained in:
nora 2025-07-12 21:46:13 +02:00
parent 1772e21364
commit 0f46ff5a89
6 changed files with 35 additions and 1 deletions

21
idp/templates/style.css Normal file
View file

@ -0,0 +1,21 @@
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;
}