Fix .posts overflowing .content

This commit is contained in:
Vincent Loupmon 2022-04-01 15:26:40 +02:00
parent 001a2d9748
commit 1daf2b2a8e

View file

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