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{