Mobile friendly

This commit is contained in:
Lars van Hijfte
2017-01-31 10:31:57 +01:00
parent 0b6ca72dfc
commit 4dc3b4f651
11 changed files with 125 additions and 25 deletions

View File

@@ -116,7 +116,7 @@ div.posts .post form textarea.newpost {
}
/* mobile */
@media only screen and (max-width: 1000px) {
@media only screen and (max-width: 1080px) {
.post-box {
width: calc(100% - 65px);
}