commit 4559d128e9c77aacf3e0b28cd1190860f97f85ec
parent ba36c96a7057444002ba1182bf18e084e49b1036
Author: Hunter
Date:   Wed,  4 Feb 2026 18:10:07 -0500

fix print styling

Diffstat:
Mresources/zine-styles.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/resources/zine-styles.js b/resources/zine-styles.js @@ -42,6 +42,7 @@ export const ZINE_PRINT_CSS = ` .zine-book { display: none !important; } .page { display: block !important; } a { color: black; } + img { max-width: 100%; height: auto; } `; // CSS for 3D page flip animation