Skip to content

Commit 66416b6

Browse files
committed
convivial-demo-36013: Remove side padding reset from style--hero.
Mirrored from (convivial-demo-36013).
1 parent fc7fbfe commit 66416b6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

components/block/_block-styles.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
}
77

88
&.style--hero {
9-
padding: 6rem 0 6.5rem 0;
9+
padding-top: 6rem;
10+
padding-bottom: 6.5rem;
1011
}
1112

1213
&.text-shadow {

components/paragraphs/_paragraphs-styles.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
}
1818

1919
&.style--hero {
20-
padding: 6rem 0 6.5rem 0;
20+
padding-top: 6rem;
21+
padding-bottom: 6.5rem;
2122
}
2223

2324
&.text-shadow {

css/style.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)