From 8cdfb9f212f49e941b8444c3f73053c9b100d60e Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 17 Oct 2022 23:31:11 -0400 Subject: [PATCH] Figuring out typography problem --- src/layouts/page/products.html | 2 +- src/static/css/typography.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/layouts/page/products.html b/src/layouts/page/products.html index 6444195..a9371fd 100644 --- a/src/layouts/page/products.html +++ b/src/layouts/page/products.html @@ -4,7 +4,7 @@
-
+

Products

diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 856dbee..45c7c55 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -11,6 +11,9 @@ } h1,h2,h3,h4,h5,h6,p,.lead{ + -ms-hyphens: auto; + -moz-hyphens: auto; + -webkit-hyphens: auto; hyphens: auto !important; } @@ -219,7 +222,7 @@ li{ h1{ font-size: 21.5vw; - line-height: 20.4vw !important; + line-height: 20.4vw; } h2{