New Style #20

Merged
jakob.scheid merged 15 commits from feature/reworked-style into main 2026-05-06 14:22:47 +02:00
Showing only changes of commit 8f5426d468 - Show all commits
+7 -2
View File
@@ -22,17 +22,22 @@ header p {
form { form {
display: flex; display: flex;
justify-content: center; flex-direction: column;
align-items: center;
margin-top: 20px; margin-top: 20px;
width: 100%; width: 100%;
gap: 10px;
} }
form button{ form button{
margin-left: 10px; margin-left: 0;
} }
form input{ form input{
width: 80%; width: 80%;
border-radius: 999px;
border: 1.5px solid #ccc;
padding: 10px 15px;
} }
footer{ footer{