diff --git a/public/resources/css/module/_banner.scss b/public/resources/css/module/_banner.scss index 199b7af4b2..94659e9db6 100644 --- a/public/resources/css/module/_banner.scss +++ b/public/resources/css/module/_banner.scss @@ -12,20 +12,20 @@ @media handheld and (max-width: $phone-breakpoint), screen and (max-device-width: $phone-breakpoint), screen and (max-width: $tablet-breakpoint) { - padding: $unit * 2; + padding: ($unit * 2) 0; } &.is-centered { text-align: center; - padding-left: ($unit*4); } - .button { + .button.button-large { @media handheld and (max-width: $phone-breakpoint), screen and (max-device-width: $phone-breakpoint), screen and (max-width: $tablet-breakpoint) { display: block; } + padding: 0; } .ng-conf-logo {