Merge pull request #4031 from hanakin/ticket/14293

[ticket/14293]Fix postbody and profile responsive widths
This commit is contained in:
Marc Alexander 2015-11-24 22:19:37 +01:00
commit b81db686a8

View file

@ -557,9 +557,16 @@
}
}
@media (min-width: 700px) {
.postbody { width: 70%; }
}
@media (min-width: 850px) {
.postbody { width: 76%; }
}
@media (max-width: 850px) {
.postprofile { width: 28%; }
.postbody { width: 70%; }
}
@media (min-width: 701px) and (max-width: 950px) {