1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14293]Fix postbody and profile widths

PHPBB3-14293
This commit is contained in:
Michael Miday
2015-11-16 17:59:48 +01:00
parent cbf9408e66
commit c9ea49e1c2

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