mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Add slugified id for sections
This commit is contained in:
@@ -35,6 +35,12 @@ footer {
|
||||
padding-block: 1rem;
|
||||
}
|
||||
|
||||
section + section {
|
||||
margin-block-start: 1rem;
|
||||
section:has(> h2) + section:has(> h2) {
|
||||
margin-block-start: 2rem;
|
||||
}
|
||||
|
||||
section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user