From 0654c8cf0758d39d594740a524a55c1a18072291 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 30 Apr 2013 22:32:13 +0200 Subject: [PATCH] More header margin on mobile --- couchpotato/core/plugins/movie/static/movie.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/movie/static/movie.css b/couchpotato/core/plugins/movie/static/movie.css index 387cacfc..7c1eff3b 100644 --- a/couchpotato/core/plugins/movie/static/movie.css +++ b/couchpotato/core/plugins/movie/static/movie.css @@ -47,7 +47,7 @@ @media all and (max-width: 480px) { .movies h2 { font-size: 25px; - margin-bottom: 5px; + margin-bottom: 10px; } }