edge case fix
This commit is contained in:
parent
5a3dceb422
commit
d939234aca
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user