summaryrefslogtreecommitdiff
path: root/GettingInTheWay.html
diff options
context:
space:
mode:
authorSarah Duck <git@sarahduck.ca>2025-07-18 01:34:02 -0700
committerSarah Duck <git@sarahduck.ca>2025-07-18 01:34:02 -0700
commit71d118f062d5a1ac14d005f68091b37455133164 (patch)
tree779cda176c56d002f1b6e5374eea2ac1b087d150 /GettingInTheWay.html
parent0be957a65099a43ea437e5382a5c4c9beb0ff4d0 (diff)
Fixed formatting issues
Diffstat (limited to 'GettingInTheWay.html')
-rw-r--r--GettingInTheWay.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/GettingInTheWay.html b/GettingInTheWay.html
index 6db9c27..82f85a2 100644
--- a/GettingInTheWay.html
+++ b/GettingInTheWay.html
@@ -64,12 +64,19 @@
*:is(.page,.monster,.note,.descriptive) {
background : white !important;
filter : drop-shadow(0px 0px 3px #888) !important;
- font-size : 94% !important;
}
/* Reduce Action and Bonus Action font size */
.monster h3 {
font-size:170%;
}
+
+ .page p {
+ font-size : 95% !important;
+ }
+
+ .note p {
+ font-size : 86% !important;
+ }
</style>