From 21a55b82d49400e4da9ec2a9d32ef276140cec61 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Tue, 14 Feb 2023 20:05:34 +0000 Subject: [PATCH] Add 10px padding on card-body Signed-off-by: HackerNCoder --- assets/css/styles.css | 2 +- templates/games.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 04e0158..d1a1619 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -4659,7 +4659,7 @@ textarea.form-control-lg { @media (min-width: 768px) { .card-body { - padding: 1rem 0 0 1rem; + padding: 1rem 10px 0 1rem; } .card-grid { diff --git a/templates/games.html b/templates/games.html index d80992e..f375e61 100644 --- a/templates/games.html +++ b/templates/games.html @@ -26,7 +26,7 @@ {{project.body}}
-
+
{% if project.weblate %} {{ _("More") }} {% else %}