Increase width of post inner container

This commit is contained in:
Markus Ankenbrand 2016-09-24 11:20:14 +02:00
parent 1349c5edd7
commit fa86b1c431

View file

@ -13,4 +13,8 @@
.blog-description {
font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', sans-serif
}
.post-inner {
width: 720px;
}