From c9ea49e1c231e22df6063b7ef7360b0a7a52d338 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Mon, 16 Nov 2015 17:59:48 +0100 Subject: [PATCH] [ticket/14293]Fix postbody and profile widths PHPBB3-14293 --- phpBB/styles/prosilver/theme/responsive.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 6d74c5772e..d71fd142e6 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -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) {