diff --git a/src/from_toml/games_itch.toml b/src/from_toml/games_itch.toml index 5a59481..a51a010 100644 --- a/src/from_toml/games_itch.toml +++ b/src/from_toml/games_itch.toml @@ -1,7 +1,7 @@ [meta] rendered = ["simplygladiators", "bloodandgore"] template = "src/from_toml/templates/itch.html" -list_classes = "" +list_classes = "games-list" is_list = true [list.simplygladiators] diff --git a/src/resources/css/custom.css b/src/resources/css/custom.css index 24b2baf..6125ded 100644 --- a/src/resources/css/custom.css +++ b/src/resources/css/custom.css @@ -61,6 +61,10 @@ article p, article h2, article h3, hr { max-width: var(--content-width); } +ul.games-list { + list-style: none; +} + @media (max-width: 900px) { .container { flex-direction: column;