From 0fb137cfce29d6cee355f3f51147aedeebaeda19 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 30 Aug 2017 12:17:38 -0700 Subject: [PATCH] /help/: Remove unnecessary padding on mobile. This removes padding that just becomes blank space that pushes the page over on mobile. --- static/styles/portico.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/portico.css b/static/styles/portico.css index 779bbcc787..44c46f75ca 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -1318,6 +1318,7 @@ input.new-organization-button { width: calc(100vw - 50px); height: calc(100vh - 64px); left: 50px; + padding: 0px; } .app.help .markdown .content {