Fixed post width for Chrome

This commit is contained in:
K. Nobel
2017-01-13 10:39:37 +01:00
parent fffc418f4c
commit 02149565ce

View File

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