Fix: Centered Post Preview text

This commit is contained in:
Donatas Kirda 2024-05-14 13:01:15 +03:00
parent eb54ca56c8
commit 446f8015e7
Signed by: bloodwiing
GPG Key ID: 63020D8D3F4A164F

View File

@ -43,6 +43,10 @@
flex: 1; flex: 1;
} }
.postContent {
text-align: left;
}
.postHead { .postHead {
display: flex; display: flex;
flex-flow: row nowrap; flex-flow: row nowrap;