scss: set smaller font size for track lists

- Sets a smaller font size for track lists in post publishing lives.
  This suppose to use pandoc as markup converter, and to add a `<div>`
  around the list to specify the `.tracklist` class.

Co-Authored-by: iGor milhit <igor@milhit.ch>
dev
iGor milhit 2024-10-30 09:19:04 +01:00
parent b33d73f63a
commit 61c2446bdd
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,10 @@ details[open] > ul {
} }
} }
.tracklist {
font-size: smaller;
}
.list-footer { .list-footer {
padding-left: .5em; padding-left: .5em;
} }