From 3cb301360e5445831f9fb3b3c305ac523f6bffff Mon Sep 17 00:00:00 2001 From: hazycora Date: Thu, 3 Aug 2023 14:27:49 -0500 Subject: [PATCH] add more padding to descriptions to prevent text overflowing --- assets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/style.css b/assets/style.css index 0cd70ee..a0328e1 100644 --- a/assets/style.css +++ b/assets/style.css @@ -119,6 +119,8 @@ p { .description { width: 100%; + padding: 0.5em 0; + margin: -0.5em 0; font-size: 42px; font-weight: 500; color: #8c91af;