Fix: Centered Post Preview text

This commit is contained in:
2024-05-14 13:11:17 +03:00
parent eb54ca56c8
commit 446f8015e7
+4
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;