From 2c2d741b9f1a0841e208151a4b3595e1a03911dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Thu, 12 Jan 2017 22:49:16 +0100 Subject: [PATCH] Move article and menu atop for mobile view --- material/assets/stylesheets/application-a422ff04cc.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/material/assets/stylesheets/application-a422ff04cc.css b/material/assets/stylesheets/application-a422ff04cc.css index 09d501add..05098d411 100644 --- a/material/assets/stylesheets/application-a422ff04cc.css +++ b/material/assets/stylesheets/application-a422ff04cc.css @@ -423,7 +423,7 @@ body, input { padding: 14.5px 24px; } .drawer .scrollable { - top: 104px; + top: 0px; z-index: -1; } .drawer .scrollable .wrapper { @@ -618,7 +618,7 @@ pre span { clear: both; } .article .wrapper { - padding: 116px 16px 92px; + padding: 80px 16px 92px; } .ios.standalone .article { position: absolute; -- GitLab