From 7ef8a897b650ac29f6c8c0c8bccc4c3702be8558 Mon Sep 17 00:00:00 2001 From: Alex <12881812+xezno@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:53:11 +0100 Subject: [PATCH] Margin for paragraphs --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index f5ec9fc..b6b3104 100644 --- a/styles.css +++ b/styles.css @@ -78,6 +78,10 @@ a { text-decoration: underline; } +p { + margin-bottom: 1rem; +} + nav { padding: 0.5rem 0; display: flex;