From 7977b027b3ee54a88b672735ebb6b7596e0c420d Mon Sep 17 00:00:00 2001 From: setkyar Date: Sat, 27 Jun 2026 21:16:18 +0700 Subject: [PATCH] fix(docs): tune down Burmese/SEA leading (overlap was layout, not leading) The earlier 1.9 was overcompensating for what turned out to be a column-overlap issue (fixed separately). Bring the hero heading back to 1.5, tagline 1.55, and doc body 1.7 so Burmese reads naturally instead of overly airy. --- website/.vitepress/theme/custom.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/.vitepress/theme/custom.css b/website/.vitepress/theme/custom.css index 16b7b89..7dbc2c7 100644 --- a/website/.vitepress/theme/custom.css +++ b/website/.vitepress/theme/custom.css @@ -135,17 +135,17 @@ html[data-theme='light'] { } :is(:lang(my), :lang(km), :lang(lo), :lang(th)) .VPHero .name, :is(:lang(my), :lang(km), :lang(lo), :lang(th)) .VPHero .text { - line-height: 1.9; - padding-bottom: 0.2em; + line-height: 1.5; + padding-bottom: 0.15em; } :is(:lang(my), :lang(km), :lang(lo), :lang(th)) .VPHero .tagline { - line-height: 1.8; + line-height: 1.55; } :is(:lang(my), :lang(km), :lang(lo), :lang(th)) .VPFeature .title { - line-height: 1.5; + line-height: 1.45; } :is(:lang(my), :lang(km), :lang(lo), :lang(th)) .vp-doc :is(p, li, h1, h2, h3, h4) { - line-height: 1.9; + line-height: 1.7; } /* Feature cards pick up a subtle accent border on hover. */