Fixup some layout gap issues

This commit is contained in:
Johannes Zellner
2025-02-16 15:56:33 +01:00
parent 26b88a55e0
commit e6079ee275
4 changed files with 24 additions and 25 deletions

View File

@@ -544,20 +544,6 @@ h2 {
z-index: 200;
}
.section-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 50px;
gap: 5px;
padding-right: 15px;
}
h1.section-header {
margin-top: 20px;
}
.offscreen {
position: absolute;
left: -999em;