From 0edc4eb27d6cfac3586f1be2b0c33be4d416d3d2 Mon Sep 17 00:00:00 2001 From: Kev Quirk Date: Wed, 13 Sep 2023 20:00:56 +0100 Subject: [PATCH] Added margin to p element --- simple.css | 4 ++++ 1 file changed, 4 insertions(+) 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;