Skip to content

Commit ba05bb3

Browse files
Fix Waitlist button padding issue (internetarchive#11079)
* Join waitlist had a padding error; i've added the join waitlist form as a specification of cta-button-group in book.less; this change should make all paddings uniform. * fix waitlist btn padding on homepage * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update book.less * fix specificity and ordering
1 parent c2bfd5c commit ba05bb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/css/components/book.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
.book {
44
& > .cta-button-group,
5-
& > .cta-btn {
5+
& > .cta-btn,
6+
form .cta-button-group {
67
margin-top: 10px;
78
}
89

0 commit comments

Comments
 (0)