fix: revert styling for Markdown'd content and add margins

This commit is contained in:
Ryan Heywood 2024-05-14 00:54:08 -04:00
parent be91fec1b0
commit 3881a8275b
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 4 additions and 1 deletions

View File

@ -103,10 +103,13 @@ a:hover {
} }
p { p {
/*
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;
white-space: pre-wrap; white-space: pre-wrap;
margin-bottom: 15px; */
margin-top: 16px;
margin-bottom: 16px;
} }
footer { footer {