From e8044308f2e54c771798f12db8fbb2618b05af45 Mon Sep 17 00:00:00 2001 From: Lucas Camilo Date: Thu, 27 Jun 2024 10:02:53 +0000 Subject: [PATCH] added word-spacing into the paragraphs. --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 8393141..4da7240 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -13,6 +13,10 @@ body { font-family: Arial, sans-serif; } +p { + word-spacing: 2px; + } + header { background-color: #333; padding: 10px 0;