opensourcedesign / opensourcedesign.github.io

🎨💻 Source code of our website
https://opensourcedesign.net
Apache License 2.0
342 stars 184 forks source link

Remove `<p>` HTML element displayed in Goals page #418

Closed julien-deramond closed 1 year ago

julien-deramond commented 1 year ago

The Goals page renders <p align="center"> in the last "How We Plan To Achieve This" section:

Screenshot 2023-05-06 at 09 07 13

This PR suggests:

It would be possible to have the paragraph centered, but it would mean creating the links with <a> which is maybe something you don't want, IDK.