From f643b3c05d8cfd4064b04f4a468412ec163a220f Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Thu, 14 Sep 2017 21:15:56 +1200 Subject: [PATCH] Polishing section bottom padding for responsive --- src/scss/global/_core.scss | 2 +- src/scss/global/_forms.scss | 7 ++++++- src/scss/views/_settings.scss | 9 +++++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/scss/global/_core.scss b/src/scss/global/_core.scss index 694bb253..67a41ce7 100755 --- a/src/scss/global/_core.scss +++ b/src/scss/global/_core.scss @@ -87,7 +87,7 @@ main { @include responsive( $bp_medium ){ .content-wrapper { - padding: 20px 10px 40px; + padding: 20px 10px 60px; } section.list-wrapper { diff --git a/src/scss/global/_forms.scss b/src/scss/global/_forms.scss index 46b2ddf2..6c6688b8 100755 --- a/src/scss/global/_forms.scss +++ b/src/scss/global/_forms.scss @@ -304,9 +304,14 @@ input[type="submit"] { width: auto; .text { - padding: 0; + padding: 0 0 0 20px; } } + &.checkbox { + .input { + padding: 0 0 0 20px; + } + } } } \ No newline at end of file diff --git a/src/scss/views/_settings.scss b/src/scss/views/_settings.scss index e6a4b7d7..f843492f 100755 --- a/src/scss/views/_settings.scss +++ b/src/scss/views/_settings.scss @@ -113,6 +113,10 @@ } } + .content-wrapper { + padding-bottom: 60px; + } + .services { text-align: center; @@ -135,8 +139,9 @@ .field.pusher-connections { .connection { .col { - float: none; - width: 100%; + width: auto; + display: inline-block; + padding-right: 10px; } } }