Give section headers more space

This commit is contained in:
Johannes Zellner
2025-01-16 12:24:15 +01:00
parent da4215afbd
commit 8e1457d605
4 changed files with 7 additions and 3 deletions

View File

@@ -48,6 +48,10 @@ footer > .p {
margin: 4px;
}
.header {
margin-top: 50px;
}
.header-with-button {
display: flex;
justify-content: space-between;