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

@@ -351,8 +351,8 @@ body.loading .container {
.panel-title a[data-toggle="collapse"], details .panel-title {
display: flex;
padding: 10px 15px;
margin: -10px -15px;
padding: 0.75*$line-height-computed;
margin: -0.75*$line-height-computed;
align-items: center;
justify-content: space-between;
outline: 0;