fixes #17
This commit is contained in:
parent
8b7ed5fc13
commit
aaafdccce2
1 changed files with 5 additions and 1 deletions
|
@ -485,7 +485,11 @@ body.search-no-results {
|
|||
.slb_data {
|
||||
.slb_data_content {
|
||||
.slb_data_title {
|
||||
margin: 10px 20px 5px 20px; // gleichmaessiger Rand
|
||||
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0;
|
||||
margin: 10px 10px 0px 10px; // gleichmaessiger Rand
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue