Fix .posts overflowing .content

This commit is contained in:
Vincent Loupmon 2022-04-01 15:26:40 +02:00 committed by Paweł Romanowski
parent 6d836356e4
commit b5a92ce082

View file

@ -1,6 +1,7 @@
@import "variables";
.posts {
width : 100%;
margin: 0 auto;
}