From aa20be9138f19fc90977fd403c80989b138544d1 Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Thu, 12 Aug 2021 21:52:05 +0000 Subject: [PATCH] [ci] yarn format --- docs/public/index.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/public/index.css b/docs/public/index.css index 37355f297..aadc5c2f5 100644 --- a/docs/public/index.css +++ b/docs/public/index.css @@ -44,13 +44,19 @@ nav ul { } /* Typography */ -h1, h2, h3, h4, h5, h6 { +h1, +h2, +h3, +h4, +h5, +h6 { margin-bottom: 1rem; font-weight: bold; line-height: 1; } -h1, h2 { +h1, +h2 { max-width: 40ch; }