Merge branch 'kevin-prototype' into 'master'

Kevin prototype

See merge request !31
This commit was merged in pull request #35.
This commit is contained in:
Marijn Jansen
2017-01-13 10:47:47 +01:00

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