From 3c3d1ec2862dbc18abce031584511b1cd5b84af4 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Tue, 30 Jun 2026 23:44:39 +0200 Subject: style - fix magic number --- src/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates/index.html') diff --git a/src/templates/index.html b/src/templates/index.html index 882dbf1..15b3fb7 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -41,7 +41,7 @@ zoom: {{ scale }}; } .content { - font-size: 1.6ch; + font-size: 1.625ch; } {% endif %} -- cgit v1.3.1