diff --git a/simple.css b/simple.css index b00ff7f..870b76e 100644 --- a/simple.css +++ b/simple.css @@ -137,6 +137,10 @@ h6 { font-size: 0.96rem; } +p { + margin: 1.5rem 0; +} + /* Prevent long strings from overflowing container */ p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word;