-
DescriptionI love using Gatsby and I created my own blogging site using it. Steps to reproducecheck out the Source code to checkout and run in local. Expected resultIt should have the numbers like this Actual resultYou can notice the empty space around it without numbers. Environment
|
Beta Was this translation helpful? Give feedback.
Answered by
vladar
Feb 12, 2021
Replies: 1 comment 1 reply
-
That's because you have this rule in li {
list-style: none;
} Remove it or add more specific rules for lists within your blog posts. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pajaydev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's because you have this rule in
global.css
:Remove it or add more specific rules for lists within your blog posts.