Post is now mobile friendly

This commit is contained in:
Lars van Hijfte
2017-01-31 15:32:19 +01:00
parent 646e6dde48
commit d6c2fab617
3 changed files with 6 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ header div {
}
#open-notifications {
padding: 5px 20px 5px 0px;
padding: 20px 20px 20px 0px;
}
@media only screen and (max-width: 1080px) {

View File

@@ -120,4 +120,8 @@ div.posts .post form textarea.newpost {
.post-box {
width: calc(100% - 65px);
}
.modal {
left: 0!important;
width: 100%!important;
}
}