From 1f8a8556c25d7e70aa304fca84e713edb55465e9 Mon Sep 17 00:00:00 2001 From: Ken Kahn Date: Thu, 19 Oct 2023 12:19:53 +0100 Subject: [PATCH] Increased font size in Karen birthday story and new page after each image --- stories/Karen 69 birthday/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stories/Karen 69 birthday/index.html b/stories/Karen 69 birthday/index.html index 259c14d..7edb10a 100644 --- a/stories/Karen 69 birthday/index.html +++ b/stories/Karen 69 birthday/index.html @@ -20,10 +20,11 @@ margin: 20px 0; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); border-radius: 8px; + page-break-after: always; } p { - font-size: 1.1em; + font-size: 1.9em; margin-bottom: 20px; text-align: justify; }