Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
- I need help with increasing spacing between bullet points / numbers (:marker) in lists (ul / ol).
Community feedback
- @nielsfechtelPosted 4 months ago
Looks great! Regarding bullet point-spacing, what worked for me was
padding-inline-start: ...;
on the<li>
s.Marked as helpful0@Bartek20Posted 4 months ago@nielsfechtel that's exactly what I was looking for. Somehow I haven't thought about just adding padding on <li>s. Thanks.
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord