hotosm / hotosm-website

The website of the Humanitarian OpenStreetMap Team. See instructions below for writing blog posts or updating your profile.
https://www.hotosm.org
66 stars 99 forks source link

Bullets and numbers don't display properly #279

Closed RebeccaFirthy closed 6 years ago

RebeccaFirthy commented 6 years ago

When trying to create numbered lists, they appear as bullets. They also appear in black (rest of text is grey), and I can't seem to create space after the list. Screenshots from website and siteleaf attached.

screen shot 2018-06-08 at 15 52 49 screen shot 2018-06-08 at 15 52 54

smit1678 commented 6 years ago

@RebeccaFirthy Yeah if you put a line between numbers, then this should work. Something like:

1. item 1

2. item 2

3. item 3

@brendangatens is there a way to factor for both of these scenarios? I think the reasoning is that Siteleaf puts in a <p> tag in one of the scenarios and we're only styling that one?