Increasing top margin between paragraphs using snippet

I want to insert margin-top or padding between paragraphs in both the editor and preview modes. I am having trouble finding this in snippets or community themes. I tried this experimental snippet without success within the snippets folder after activating it within settings:

.markdown-preview-view p {
margin-top: 50px;
}

New user, thanks in advance.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.