Closed WilcoFiers closed 4 years ago
The main > section element has flex-direction row, I'm guessing because of the ToC. On a 404 page the content inside the section should be wrapped so the h1 and the p don't end up on the same line:
main > section
h1
p
See https://act-rules.github.io/rules/4c31df/rules/80f0bf for example.
Fixed in https://github.com/act-rules/act-rules-web/pull/186, closing issue.
The
main > section
element has flex-direction row, I'm guessing because of the ToC. On a 404 page the content inside the section should be wrapped so theh1
and thep
don't end up on the same line:See https://act-rules.github.io/rules/4c31df/rules/80f0bf for example.