From d264ace6f7cf4ea0978e02928bcc0b8d17b72e3b Mon Sep 17 00:00:00 2001 From: nycki Date: Tue, 18 Nov 2025 12:22:30 -0800 Subject: [PATCH] css tweaks for small screens --- content/papermod/index.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/papermod/index.njk b/content/papermod/index.njk index 98467e3..41ec8ff 100644 --- a/content/papermod/index.njk +++ b/content/papermod/index.njk @@ -39,7 +39,7 @@ } #settings .form { margin-top: var(--m2); - width: fit-content; + max-width: fit-content; } #settings .form div { display: flex; @@ -47,7 +47,7 @@ } #settings .form div * { flex: 1; - float: left; + max-width: 50%; } #document {