esciencecenter-digital-skills / NEBULA

https://esciencecenter-digital-skills.github.io/NEBULA/
Apache License 2.0
1 stars 2 forks source link

Add explicit style for bullet points #63

Closed raar1 closed 3 months ago

raar1 commented 3 months ago

I'm not sure what exactly is stripping away the <ul> element styling but setting tailwind classes with list styles was not helping. This PR at least makes the bullet points visible.

LourensVeen commented 3 months ago

<ul> is the list itself, shouldn't that be <li> to style the items in the list?