edge case fix

This commit is contained in:
remi 2022-05-04 23:15:41 +02:00
parent 5a3dceb422
commit d939234aca

View File

@ -50,6 +50,11 @@ main {
margin-top: 8px;
}
.convo *:first-child {
margin-top: 0;
/* edge case for when a p is alone in a .convo */
}
.convo-header {
display: flex;
justify-content: space-between;