I want to make \"grammatically correct\" lists using CSS. This is what I have so far:
The tags are displayed horizontally with commas after t
I am using the same technique in a media query which effectively turns a bullet list into an inline list on smaller devices as they save space.
So the change from:
to:
List Item 1; List Item 2; List Item 3.