fix(banner): tweak padding for mobile view
This commit is contained in:
parent
afaea60a25
commit
67851e3513
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user