fix(markdown): replies had incorrect white-space and double returns needed margin on posts

This commit is contained in:
plebeius.eth
2024-03-08 19:07:43 +01:00
parent 400b4f2f43
commit ed02146103
2 changed files with 4 additions and 1 deletions

View File

@@ -27,3 +27,7 @@
.markdown h2 {
font-size: larger;
}
.markdown p {
margin-bottom: 5px;
}

View File

@@ -126,7 +126,6 @@
font-weight: 400;
color: var(--text);
max-width: 60em;
white-space: pre-wrap;
word-wrap: break-word;
}