/help/: Remove unnecessary padding on mobile.

This removes padding that just becomes blank space that pushes the page
over on mobile.
This commit is contained in:
Brock Whittaker 2017-08-30 12:17:38 -07:00 committed by Tim Abbott
parent c399543d4c
commit 0fb137cfce
1 changed files with 1 additions and 0 deletions

View File

@ -1318,6 +1318,7 @@ input.new-organization-button {
width: calc(100vw - 50px);
height: calc(100vh - 64px);
left: 50px;
padding: 0px;
}
.app.help .markdown .content {