Skip to content

Commit 9c83550

Browse files
authored
refactor(experience): add 48px padding bottom to the secondary page layout container (#7665)
1 parent 6a71b71 commit 9c83550

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/experience/src/Layout/SecondaryPageLayout/index.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
.container {
88
@include _.full-width;
9-
margin-top: _.unit(2);
9+
margin-block: _.unit(2);
1010
}
1111

1212
.header {
@@ -20,7 +20,7 @@
2020

2121
:global(body.mobile) {
2222
.container {
23-
margin-top: _.unit(2);
23+
margin-block: _.unit(2);
2424
}
2525

2626
.title {
@@ -34,7 +34,7 @@
3434

3535
:global(body.desktop) {
3636
.container {
37-
margin-top: _.unit(12);
37+
margin-block: _.unit(12);
3838
}
3939

4040
.header {

0 commit comments

Comments
 (0)