Fix comment content being too close to timestamp

This commit is contained in:
daudix
2024-07-22 04:10:43 +03:00
parent c4dc2feabc
commit 44cd81ea70

View File

@ -133,8 +133,13 @@
main {
grid-area: post;
margin-top: 1rem;
p:last-child {
:first-child {
margin-top: 0;
}
:last-child {
margin-bottom: 0;
}
}