From 3f0bc361fc5cc5d03bf89b17b42da1a29fc4ef0c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 4 Apr 2026 14:22:31 +0200 Subject: [PATCH] Fix CSS for vertical rhythm example At some point, the font sizes have been modified and the CSS is therefore incorrect. I didn't fix the associated text, which is correct but does not match the exact values used in the CSS. --- css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/screen.css b/css/screen.css index 47032f4..0125de1 100644 --- a/css/screen.css +++ b/css/screen.css @@ -576,7 +576,7 @@ div.ex2-1-9 { top: 0; text-indent: 0; font-size: 0.8333em; - line-height:1.8; + line-height: 1.65007; /* 1.375em / 0.8333em */ } .ex2-3-2i {