From bb0a7a435274d9bd94544e080c8794e702aaac5f Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Tue, 14 Feb 2023 18:43:04 +0000 Subject: [PATCH] fixup! Use grid instead of absolute position for games Signed-off-by: HackerNCoder --- assets/css/styles.css | 3 +-- templates/games.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index bad9ce1..aaad89c 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -4659,8 +4659,7 @@ textarea.form-control-lg { @media (min-width: 768px) { .card-body { - padding-left: 1rem; - padding-top: 1rem; + padding: 1rem 0 0 1rem; } .card-grid { diff --git a/templates/games.html b/templates/games.html index f64c579..c6fdf78 100644 --- a/templates/games.html +++ b/templates/games.html @@ -17,7 +17,7 @@
-
+

{{project.title}}

{% if project.weblate %}{{ _("Translated by the Queerscriptors") }}{% endif %}
{{project.body}}