This is an example fiddle.
What I\'m trying to do is indent everything after the first line.
Right now it looks like:
Categories: Aperiri nostr
I found it best to use a simple solution like this:
p:nth-child(n+2){text-indent: 3px;}