diff --git a/src/scss/components/_items.scss b/src/scss/components/_items.scss index e13c8458..edbd0bbe 100644 --- a/src/scss/components/_items.scss +++ b/src/scss/components/_items.scss @@ -44,3 +44,11 @@ } } } + +.items-list-title { + margin-top: 2em; + margin-bottom: 0px; + padding-left: 1em; + border-bottom: 2px groove $c-border-groove; + font-weight: bold; +} \ No newline at end of file diff --git a/src/templates/actor/partials/items.hbs b/src/templates/actor/partials/items.hbs index 0143f89c..7fb3c5e3 100644 --- a/src/templates/actor/partials/items.hbs +++ b/src/templates/actor/partials/items.hbs @@ -5,7 +5,7 @@