Merge branch 'master' into hendrik-testing

This commit is contained in:
Hendrik
2017-01-13 10:50:54 +01:00
2 changed files with 46 additions and 137 deletions

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