Revert "Fix post list width"

This reverts commit 7652ceaa86.
This commit is contained in:
panr
2019-09-10 09:25:36 +02:00
parent c3ea6296af
commit e40996148a
6 changed files with 6 additions and 10 deletions

View File

@ -1,7 +1,3 @@
.posts {
width: 100%;
}
.post {
width: 100%;
text-align: left;
@ -92,7 +88,7 @@
justify-content: center;
margin-bottom: 10px;
& + h2 {
&+ h2 {
margin-top: -10px;
margin-bottom: 20px;
}