From: Jef van Schendel Date: Sun, 12 Feb 2012 17:39:55 +0000 (+0100) Subject: Corrections for mobile layout X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=be09ed51c8118203c1e69be66d7d947f9fbf5e7b;p=mediagoblin.git Corrections for mobile layout --- diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 9ddeb404..0447d8e5 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -522,21 +522,27 @@ table.media_panel th { } /* Media queries and other responsivisivity */ -@media screen and (max-width: 680px) { + +@media screen and (max-width: 820px) { .media_pane { width: 100%; margin: 0px; } + + .media_sidebar { + width: 100%; + margin: 0px; + } + img.media_image { width: 100%; } -} -@media screen and (max-width: 960px) { .profile_sidebar { width: 100%; margin: 0px; } + .profile_showcase { width: 100%; margin: 0px;