From 45dfa1c32cd5654115a98b888d5138c4dbba2145 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 2 May 2018 18:01:55 -0400 Subject: [PATCH] css fix --- contrib/static/krane.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/krane.css b/contrib/static/krane.css index 25340b3..a73fdb5 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -531,5 +531,5 @@ background-repeat: repeat; } .post { - max-width: 85%; + max-width: 90%; }