Fix margin for title on mobile devices

This commit is contained in:
2024-11-28 17:21:23 +01:00
parent 8b1b5f2db8
commit e1ccad238a

View File

@@ -173,6 +173,6 @@ h1 {
}
h1 {
margin-top: 5em;
margin-top: 7em;
}
}