Skip to content

2.14.1

Choose a tag to compare

@maxazarcon maxazarcon released this 26 Aug 12:37
· 8 commits to main since this release

Fix only.

  • The event page lays out as intended. On a wide screen the flyer and the details share the top row, with the plain title and then the description full-width beneath them; on a phone the order is flyer, title, description, details, so the visitor reads what the event is before the meta list.
  • Source order is the phone order, which is also the order the page reads best in — the heading precedes the content it heads, and the meta list follows the prose rather than interrupting it. The wide screen lifts the details with CSS rather than the markup changing.
  • The stacking width and the reordering width are the same number, so there is no band of widths where one has happened and the other has not.