summaryrefslogtreecommitdiff
path: root/resources/css
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-27 15:21:47 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-27 15:21:47 +0200
commit8e829d4497efd6a23514901a1a6724fe7579c6b5 (patch)
treea829ba890ad0dfafdf7689fc8e6e0c5f22a0670e /resources/css
parent5582c3c07069f7766aabd81f3a4a3f97def134e9 (diff)
box in healing centers!
Diffstat (limited to 'resources/css')
-rw-r--r--resources/css/menu.css5
-rw-r--r--resources/css/town.css4
2 files changed, 8 insertions, 1 deletions
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;
}