summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index b55a1ecc..3bb19cf5 100644
--- a/html.c
+++ b/html.c
@@ -615,7 +615,7 @@ print_otag(struct html *h, enum htmltag tag, const char *fmt, ...)
a2width(arg2, su);
if (*fmt == '+') {
/* Increase to make even bold text fit. */
- su->scale *= 1.15;
+ su->scale *= 1.2;
/* Add padding. */
su->scale += 3.0;
fmt++;