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 313b6462e2 - Show all commits

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