[Glitch] Fixes bio spacing when there aren't paragraph tags

Port cdf48e806dcd27c96b30069f234532ab64a7f5f9 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo 2026-05-18 10:45:43 +02:00 committed by Claire
parent 42ec9a607b
commit 590e304120

View File

@ -275,9 +275,14 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
font-size: 15px;
color: var(--color-text-primary);
unicode-bidi: plaintext;
display: flex;
flex-direction: column;
gap: 20px;
p {
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
}
:any-link {
color: var(--color-text-status-links);