From 672696155d61679f0323049c7506aef9797d1c04 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Mon, 5 Jun 2017 18:11:07 -0400 Subject: [PATCH] Added padding to boxart. --- site/themes/citra-bs-theme/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/themes/citra-bs-theme/static/css/style.css b/site/themes/citra-bs-theme/static/css/style.css index 45d9bea..7e6fee6 100644 --- a/site/themes/citra-bs-theme/static/css/style.css +++ b/site/themes/citra-bs-theme/static/css/style.css @@ -323,4 +323,4 @@ a:hover, a:focus { /* Games Module */ .game-icon-list { } -.compatibility-boxart { width: 328px; height: 300px; } +.compatibility-boxart { width: 328px; height: 300px; padding-bottom: 16px; }