From 3881a8275bbfa47cba6048199b67a540b408f331 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 14 May 2024 00:54:08 -0400 Subject: [PATCH] fix: revert styling for Markdown'd content and add margins --- _sass/base.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_sass/base.scss b/_sass/base.scss index 163c11b..ba495ef 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -103,10 +103,13 @@ a:hover { } p { + /* word-wrap: break-word; word-break: break-word; white-space: pre-wrap; - margin-bottom: 15px; + */ + margin-top: 16px; + margin-bottom: 16px; } footer {