Set Margin form Header p to Header h1 to 0

This commit is contained in:
2026-05-04 17:56:58 +02:00
parent 450fb33c0f
commit a75f6bcde6
+4
View File
@@ -10,6 +10,10 @@ header h1 {
margin-bottom: 0;
}
header p {
margin-top: 0;
}
form {
display: flex;
justify-content: center;