From a6b5fdb348cf501f1e6fbc19028bd4db7bb1b6ad Mon Sep 17 00:00:00 2001 From: Worktop Date: Tue, 20 Feb 2024 14:26:28 -0500 Subject: [PATCH] adjust triger widths for diff layouts --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 894e5ec..a726267 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -13,7 +13,7 @@ h1,h2,h3,h4,h5,h6 { } body{ - font-size: 100%; + /* font-size: 100%; */ line-height: 1.5; background-color: var(--bg); color: var(--fg);