Add 10px to bottom margin of ul ul to improve event page render.

pull/62/head
Anders Einar Hilden 2022-08-02 20:01:47 +02:00
parent a947740c63
commit bde9029575
1 changed files with 4 additions and 0 deletions

View File

@ -71,3 +71,7 @@ details[open]>summary:before, details.open>summary:before {
.box-simple {
min-height: 230px;
}
ul ul {
margin-bottom: 10px;
}