From 02149565cec398b8bd83511e56bc5a09c037ad9f Mon Sep 17 00:00:00 2001 From: "K. Nobel" Date: Fri, 13 Jan 2017 10:39:37 +0100 Subject: [PATCH] Fixed post width for Chrome --- website/styles/profile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/styles/profile.css b/website/styles/profile.css index 1ac9a2b..7c6218c 100644 --- a/website/styles/profile.css +++ b/website/styles/profile.css @@ -49,12 +49,12 @@ /* fullscreen */ .post-box { - width: calc(25% - 68px); + width: calc(25% - 69px); } @media only screen and (max-width: 1500px) { .post-box { - width: calc(50% - 67px); + width: calc(50% - 68px); } }