8000 fix(banner): tweak padding for mobile view · rusongyu/angular.io@67851e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67851e3

Browse files
fix(banner): tweak padding for mobile view
1 parent afaea60 commit 67851e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/resources/css/module/_banner.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
@media handheld and (max-width: $phone-breakpoint),
1313
screen and (max-device-width: $phone-breakpoint),
1414
screen and (max-width: $tablet-breakpoint) {
15-
padding: $unit * 2;
15+
padding: ($unit * 2) 0;
1616
}
1717

1818
&.is-centered {
1919
text-align: center;
20-
padding-left: ($unit*4);
2120
}
2221

23-
.button {
22+
.button.button-large {
2423
@media handheld and (max-width: $phone-breakpoint),
2524
screen and (max-device-width: $phone-breakpoint),
2625
screen and (max-width: $tablet-breakpoint) {
2726
display: block;
2827
}
28+
padding: 0;
2929
}
3030

3131
.ng-conf-logo {

0 commit comments

Comments
 (0)
0