fix: desktop layout

This commit is contained in:
Adam
2025-12-12 14:20:37 -06:00
parent cdd90cc96e
commit 4b58b13e59
@@ -317,5 +317,9 @@
flex-direction: column;
align-self: stretch;
gap: 12px;
> :first-child > [data-component="markdown"]:first-child {
margin-top: 0;
}
}
}