From 61e6d079f3bd150b0926490ea5ed233ec4240246 Mon Sep 17 00:00:00 2001 From: xangelo Date: Fri, 25 Aug 2023 23:24:13 -0400 Subject: [PATCH] fix: spacing for stat increase button --- public/assets/css/game.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/assets/css/game.css b/public/assets/css/game.css index c1ab83b..7fb9b92 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -381,6 +381,9 @@ nav.filter-result.active { .stat-breakdown tr:nth-child(even) { background-color: #c7b7a1; } +.increase-stat { + padding: 1px 6px; +} #explore { text-align: center; @@ -662,7 +665,7 @@ h3 { font-weight: bold; } #skill-list .skill-description { - padding: 0.6rem; + padding: 0 0.6rem 0.6rem; line-height: 1.2rem; } #skill-list .skill-exp { -- 2.25.1