summaryrefslogtreecommitdiff
path: root/resources/css
diff options
context:
space:
mode:
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;
}