Fix post width

This commit is contained in:
panr 2019-09-10 09:29:14 +02:00
parent fa71c00418
commit a81cf2dc29

View File

@ -1,3 +1,7 @@
.posts {
width: 100%;
}
.post {
width: 100%;
text-align: left;