summaryrefslogtreecommitdiff
path: root/GettingInTheWay.md
diff options
context:
space:
mode:
Diffstat (limited to 'GettingInTheWay.md')
-rw-r--r--GettingInTheWay.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/GettingInTheWay.md b/GettingInTheWay.md
index af38604..b2a071f 100644
--- a/GettingInTheWay.md
+++ b/GettingInTheWay.md
@@ -11,12 +11,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>