Rework all section headers to deal with mobile wrapping

This commit is contained in:
Johannes Zellner
2024-10-15 18:46:51 +02:00
parent 4685f42045
commit 8cf3e38b27
15 changed files with 253 additions and 340 deletions
+10
View File
@@ -342,7 +342,17 @@ h1, h2, h3 {
}
.section-header {
display: flex;
flex-wrap: wrap;
align-content: space-between;
justify-content: space-between;
align-items: end;
margin-top: 50px;
gap: 5px;
}
h1.section-header {
margin-top: 20px;
}
.offscreen {