From c1c5a9c02113aa1cfc68d204cf2d85fa62cde684 Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 21 Jun 2022 17:27:48 -0600 Subject: [PATCH] firefox doesnt like big font anymore --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 8b5329b..8792270 100755 --- a/config/config.go +++ b/config/config.go @@ -102,7 +102,7 @@ const defaultWrapper = ` max-height: 400px; } body { - font-size: 125%; + /*font-size: 125%;*/ background: #3b242b; margin-top: 0; margin-bottom: 0;