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),
|
@media handheld and (max-width: $phone-breakpoint),
|
||||||
screen and (max-device-width: $phone-breakpoint),
|
screen and (max-device-width: $phone-breakpoint),
|
||||||
screen and (max-width: $tablet-breakpoint) {
|
screen and (max-width: $tablet-breakpoint) {
|
||||||
padding: $unit * 2;
|
padding: ($unit * 2) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-centered {
|
&.is-centered {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-left: ($unit*4);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button.button-large {
|
||||||
@media handheld and (max-width: $phone-breakpoint),
|
@media handheld and (max-width: $phone-breakpoint),
|
||||||
screen and (max-device-width: $phone-breakpoint),
|
screen and (max-device-width: $phone-breakpoint),
|
||||||
screen and (max-width: $tablet-breakpoint) {
|
screen and (max-width: $tablet-breakpoint) {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ng-conf-logo {
|
.ng-conf-logo {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user