Browse Source

fix: increase line height of headers in page content

pull/2987/head
Gabe Kangas 2 years ago
parent
commit
6982ce54b7
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 6
      web/components/ui/Content/Content.module.scss

6
web/components/ui/Content/Content.module.scss

@ -87,6 +87,12 @@ @@ -87,6 +87,12 @@
width: 100%;
margin-bottom: 20px;
h1,
h2,
h3 {
line-height: 2rem;
}
h1:first-child,
h2:first-child,
h3:first-child {

Loading…
Cancel
Save