bmschmidt / pubmed-explorer

Scrollership through 20m pubmed abstracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS: white space between <p> paragraphs

dkobak opened this issue · comments

Currently there is no vertical white space between paragraphs. I would prefer if we had some margin like this (not sure what the best value is):

p {
  margin-bottom: 1em;
}