swup / docs

Official swup documentation 📘
https://swup.js.org/getting-started
12 stars 35 forks source link

Convert list of events from table to list #115

Closed hirasso closed 1 year ago

hirasso commented 1 year ago

Describe the problem

Right now, the list of events is a table. This has tow downsides IMO:

Describe the proposed solution

I would propose to convert the table to <h3>eventName</h3><p>Event description</p>.....