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); } }