Format CSS #13

Merged
jakob.scheid merged 1 commits from style/format-more-readable into main 2026-05-02 19:37:11 +02:00
Showing only changes of commit 14d219ce8a - Show all commits
+5
View File
@@ -5,21 +5,26 @@ body{
header {
text-align: center;
}
header h1 {
margin-bottom: 0;
}
form {
display: flex;
justify-content: center;
margin-top: 20px;
width: 100%;
}
form button{
margin-left: 10px;
}
form input{
width: 80%;
}
footer{
text-align: center;
margin-top: 20px;