From 0e4dd6ee397c4496ef2cf19ba05d30eb07993059 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Sun, 16 Jul 2023 15:47:47 +0200 Subject: [PATCH] Make main column bigger --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index a9bcf28d..cf0e5c96 100644 --- a/src/index.css +++ b/src/index.css @@ -8,7 +8,7 @@ --sai-left: env(safe-area-inset-left); --text-size: 16px; - --main-width: 40em; + --main-width: max(60dvw, 40em); text-size-adjust: none; --hairline-width: 1px; --monospace-font: ui-monospace, 'SFMono-Regular', Consolas, 'Liberation Mono',