css: fix blogpost description margin

This commit is contained in:
2025-06-12 21:41:33 -07:00
parent c92edfbae2
commit f0a3b6212b

View File

@ -358,6 +358,10 @@ div.thought-list{
grid-template-columns: 3fr 1fr;
grid-template-rows: 1fr min(min-content, 1fr);
> div.description {
margin-right: 1em;
}
> * {
white-space: pre-wrap;
word-wrap: break-word;
@ -369,3 +373,4 @@ div.thought-list{
}
}
}