From: Jef van Schendel Date: Sun, 2 Dec 2012 01:29:29 +0000 (+0100) Subject: Fix header width issue on small screens X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f2578595cde69f1a7b39272798e510bc81001461;p=mediagoblin.git Fix header width issue on small screens --- diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 7a4fbb1e..40378543 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -663,6 +663,7 @@ pre { header { text-align: center; + width: 100%; } .header_right {