Rework all section headers to deal with mobile wrapping
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user