Event index: Increase white-space for products and headlines (#3092)

This commit is contained in:
Richard Schreiber
2023-02-07 15:03:28 +01:00
committed by GitHub
parent 38b8269f14
commit ba2c6e1e58
5 changed files with 20 additions and 10 deletions

View File

@@ -1,5 +1,12 @@
@import "../../pretixbase/scss/_contrast.scss";
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 2.25 * $line-height-computed;
margin-bottom: 0.75 * $line-height-computed;
}
.page-header {
position: relative;
padding-bottom: 9px;
@@ -150,4 +157,4 @@ footer {
border-top-left-radius: .25em;
border-bottom-left-radius: .25em;
}
}
}