refactored items list to use handlebars partials

Additions:
 - added flexnowrap CSS class -> no strange wrapping of item lines

Changes:
- reduced most of the non-maintainable HTML-code repitition
- made item list entries as flat as possible
This commit is contained in:
Gesina Schwalbe 2021-01-02 01:01:41 +01:00
parent f52a491f73
commit 6fe95d10db
2 changed files with 162 additions and 239 deletions

View file

@ -32,6 +32,10 @@
}
}
.flexnowrap {
flex-wrap: nowrap;
}
.flexcol {
display: flex;
flex-direction: column;