summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-06-30 23:44:39 +0200
committeruser@node5.net <user@node5.net>2026-06-30 23:44:39 +0200
commit3c3d1ec2862dbc18abce031584511b1cd5b84af4 (patch)
tree80ae8e83fe62aa67af4d17c531ee191c8594ec63
parent0698370a65f9f3531eb87033bad423fc562185a8 (diff)
style - fix magic number
-rw-r--r--src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
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 %}
</style>