- commit
 - b99e5c3db9a6cf7fc97f565ce1f04b002c71c8bc
 - parent
 - e9d599f58b2ce8d350006935ff55938036e62220
 - Author
 - Tobias Bengfort <tobias.bengfort@posteo.de>
 - Date
 - 2025-06-18 11:40
 
typo
Diffstat
| M | _content/posts/2024-04-24-margin-collapsing/index.md | 2 | +- | 
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/posts/2024-04-24-margin-collapsing/index.md b/_content/posts/2024-04-24-margin-collapsing/index.md
@@ -47,7 +47,7 @@ All put together, you end up with code like this: 47 47 ```css 48 48 h2 { 49 49 margin-block: 1.5em 1rem;50 -1 }-1 50 } 51 51 p, ul { 52 52 margin-block: 0 1em; 53 53 }