From 6982ce54b7356eb23d8b20f3bc24a02d52d32a39 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 4 May 2023 21:40:53 -0700 Subject: [PATCH] fix: increase line height of headers in page content --- web/components/ui/Content/Content.module.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/components/ui/Content/Content.module.scss b/web/components/ui/Content/Content.module.scss index e422a5210..8af709d1c 100644 --- a/web/components/ui/Content/Content.module.scss +++ b/web/components/ui/Content/Content.module.scss @@ -87,6 +87,12 @@ width: 100%; margin-bottom: 20px; + h1, + h2, + h3 { + line-height: 2rem; + } + h1:first-child, h2:first-child, h3:first-child {