Files
praxis-page/templates
Brummel 667659bd30 fix(markup): wrap section child-page content in outer <p> to match live
text.html.twig in the live theme wraps the rendered markdown in
`<p>{{ content }}</p>`. The outer <p> auto-closes on the first inner
<p>, yielding a leading empty <p></p> with margin-bottom 10px — that's
what makes the first float-right image align with the first text line
on the services pages. Without the wrap the image starts 10px higher
than on live.
2026-05-21 12:19:21 +02:00
..