From e6587ccb6a391820417dce539a3096e34106648b Mon Sep 17 00:00:00 2001 From: teascade Date: Tue, 6 Aug 2019 17:57:28 +0300 Subject: [PATCH] Fix games list css --- src/from_toml/games_itch.toml | 2 +- src/resources/css/custom.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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;