From f4355958827626c54861ef771f5a82ba8b5ad3af Mon Sep 17 00:00:00 2001 From: teascade Date: Tue, 6 Aug 2019 18:00:23 +0300 Subject: [PATCH] Fix some css --- src/from_toml/templates/itch.html | 5 +++-- src/resources/css/custom.css | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/from_toml/templates/itch.html b/src/from_toml/templates/itch.html index 443d8af..a5cb238 100644 --- a/src/from_toml/templates/itch.html +++ b/src/from_toml/templates/itch.html @@ -1,2 +1,3 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/resources/css/custom.css b/src/resources/css/custom.css index 6125ded..a8ac1ab 100644 --- a/src/resources/css/custom.css +++ b/src/resources/css/custom.css @@ -63,6 +63,7 @@ article p, article h2, article h3, hr { ul.games-list { list-style: none; + padding: 0.5em; } @media (max-width: 900px) {