From 4dca7a270e330775167cdb604fad586f46c2162a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 22:48:46 +0800 Subject: CSS: README line height 1.3 --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 518ad68..b1e208f 100644 --- a/static/style.css +++ b/static/style.css @@ -120,6 +120,7 @@ a:link, a:visited { /* Readme word breaks to avoid overfull hboxes */ #readme { word-break: break-word; + line-height: 1.3; } /* Table styles */ -- cgit v1.2.3