diff options
Diffstat (limited to 'GettingInTheWay.html')
| -rw-r--r-- | GettingInTheWay.html | 9 |
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> |
