Skip to content

Commit 6b567f9

Browse files
committed
style: increase cta padding top
1 parent 2c70c1a commit 6b567f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/styles/app.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ code[data-diff] .diff-insertion::before {
150150
.chapter .cta .cta-note {
151151
width: 100%;
152152
}
153+
.cta-note .cta-note-body {
154+
padding-top: var(--spacing-4); /* Can be removed once changed in styleguide (https://github.com/ember-learn/ember-styleguide/pull/514) */
155+
}
153156
.chapter .cta .cta-note .cta-note-body .cta-note-message p {
154157
font-size: 95%;
155158
line-height: 1.75em;

0 commit comments

Comments
 (0)