Sync up section header styles

This commit is contained in:
Johannes Zellner
2025-01-17 15:12:26 +01:00
parent 62a6c243fe
commit 4534a729c7
2 changed files with 7 additions and 2 deletions
+1 -2
View File
@@ -542,9 +542,8 @@ h2 {
.section-header {
display: flex;
flex-wrap: wrap;
align-content: space-between;
justify-content: space-between;
align-items: end;
align-items: center;
margin-top: 50px;
gap: 5px;
padding-right: 15px;