From fa86b1c431342af328365c7530c5a9ddcd039529 Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Sat, 24 Sep 2016 11:20:14 +0200 Subject: [PATCH] Increase width of post inner container --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index dc44236..91f868e 100644 --- a/style.css +++ b/style.css @@ -13,4 +13,8 @@ .blog-description { font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', sans-serif +} + +.post-inner { + width: 720px; } \ No newline at end of file