From 8e829d4497efd6a23514901a1a6724fe7579c6b5 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 27 Aug 2023 15:21:47 +0200 Subject: box in healing centers! --- resources/css/menu.css | 5 +++++ resources/css/town.css | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'resources/css') diff --git a/resources/css/menu.css b/resources/css/menu.css index eb718f8..ba6d8bc 100644 --- a/resources/css/menu.css +++ b/resources/css/menu.css @@ -227,6 +227,11 @@ text-align: right; } +.monster-stats button { + width: 100%; + margin-top: 1rem; +} + .gender-icon { line-height: 1em; } diff --git a/resources/css/town.css b/resources/css/town.css index 06f6f02..72eea60 100644 --- a/resources/css/town.css +++ b/resources/css/town.css @@ -3,7 +3,9 @@ -.healing-center { +.healing-center {} + +.healing-center > div { padding: 1rem; } -- cgit v1.2.3