1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

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

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) {