solid / solidproject.org

Website for solidproject.org
https://solidproject.org
MIT License
144 stars 100 forks source link

Work around events list being too wide #867

Closed michielbdejong closed 3 months ago

michielbdejong commented 3 months ago

I didn't know how to tell CSS to display 4 items per row, so I just created one <ul> per row of 4. This is a workaround, when we find someone who can write the proper CSS for this we can revert these insertions.

csarven commented 3 months ago

Alternative PR to resolve this based on CSS without changing the HTML: https://github.com/solid/solidproject.org/pull/869 .