diff options
| -rw-r--r-- | GettingInTheWay.html | 9 | ||||
| -rw-r--r-- | GettingInTheWay.md | 9 |
2 files changed, 16 insertions, 2 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> 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> |
