- Keep to try even though it was hard.
- Pay attention on the divs which css should be affecting.
- For the list, the height is not the original one, I put some margin-bottom for each li
- For the list, the bullets have some space between the text, I used padding-left for the li so that there will be space
- Using tailwind, sometimes the config doesn't apply, I don't know why and haven't figured it out.
- There are a lot of duplications on the styles
- When there's no padding , the li marker won't show.
Any feedback on the improvements