fix(banner): tweak padding for mobile view

This commit is contained in:
Peter Bacon Darwin 2015-06-29 22:26:16 +01:00
parent afaea60a25
commit 67851e3513

View File

@ -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 {