Update src/pretix/static/pretixpresale/scss/_checkout.scss

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Mira
2024-10-07 21:19:02 +02:00
committed by GitHub
parent 6587cca608
commit 6b9eefd231

View File

@@ -102,8 +102,13 @@
}
}
}
.cross-selling .panel-body > section:first-child > h3 {
margin-top: 10px; font-size: 21px;
.cross-selling .panel-body h3 {
font-size: 21px;
line-height: inherit;
margin-top: 20px;
}
.cross-selling .panel-body > *:first-child > h3:first-child {
margin-top: 0;
}