fix: desktop layout

This commit is contained in:
Adam
2025-12-12 14:20:37 -06:00
committed by Aiden Cline
parent 4ca8dcf79d
commit 72d1aadea1

View File

@@ -317,5 +317,9 @@
flex-direction: column;
align-self: stretch;
gap: 12px;
> :first-child > [data-component="markdown"]:first-child {
margin-top: 0;
}
}
}