Reset the line height to 1.5; 2 was silly

This commit is contained in:
Eryn Wells 2023-09-22 07:56:50 -07:00
parent 4ea71e2219
commit 16f96558cc

View file

@ -19,7 +19,7 @@
--font-size-scale-factor: 1vmax;
--site-header-font-size: 200%;
--line-height: 2;
--line-height: 1.5;
--heading-line-height: 1;
/* A little extra line height so the descenders don't get clipped */
--site-heading-line-height: 1.1;