- commit
- 3b5b18b2a4de7d53f97afcdb376779763591c028
- parent
- b99e5c3db9a6cf7fc97f565ce1f04b002c71c8bc
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-06-18 11:43
margin: tweak
Diffstat
| M | _content/posts/2024-04-24-margin-collapsing/index.md | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/_content/posts/2024-04-24-margin-collapsing/index.md b/_content/posts/2024-04-24-margin-collapsing/index.md
@@ -123,8 +123,8 @@ p, ul {
123 123
124 124 
125 125
126 -1 While I love `gap`, I am not 100% convinced it is the right approach in this
127 -1 case. Since it only adds space between elements, it has some of the same issues
-1 126 While I love `gap`, I am not 100% convinced it is the right tool for the job.
-1 127 Since it only adds space between elements, it has some of the same issues
128 128 as the previous approach. Also note how the paragraphs inside list elements do
129 129 not have any margins because the flex styling is only applied to the box
130 130 itself.