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 { .post {
width: 100%; width: 100%;
text-align: left; text-align: left;
@ -88,7 +92,7 @@
justify-content: center; justify-content: center;
margin-bottom: 10px; margin-bottom: 10px;
&+ h2 { & + h2 {
margin-top: -10px; margin-top: -10px;
margin-bottom: 20px; margin-bottom: 20px;
} }