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}}