Hendrik testing #36

Merged
11342374 merged 8 commits from hendrik-testing into master 2017-01-13 10:53:31 +01:00
Showing only changes of commit 02149565ce - Show all commits

View File

@@ -49,12 +49,12 @@
/* fullscreen */ /* fullscreen */
.post-box { .post-box {
width: calc(25% - 68px); width: calc(25% - 69px);
} }
@media only screen and (max-width: 1500px) { @media only screen and (max-width: 1500px) {
.post-box { .post-box {
width: calc(50% - 67px); width: calc(50% - 68px);
} }
} }