Figuring out typography problem

This commit is contained in:
Thomas Smith 2022-10-17 23:31:11 -04:00
parent ca44cd3aad
commit 8cdfb9f212
2 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="pro-gen-art-1"></div> <div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="pro-gen-art-1"></div>
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="pro-gen-art-2"></div> <div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="pro-gen-art-2"></div>
<div class="gen-art animated-5 animatedFadeInUp fadeInUp" id="pro-gen-art-3"></div> <div class="gen-art animated-5 animatedFadeInUp fadeInUp" id="pro-gen-art-3"></div>
<div class="container product-container"> <div class="container product-container" lang="en">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<h1>Products</h1> <h1>Products</h1>

View file

@ -11,6 +11,9 @@
} }
h1,h2,h3,h4,h5,h6,p,.lead{ h1,h2,h3,h4,h5,h6,p,.lead{
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto !important; hyphens: auto !important;
} }
@ -219,7 +222,7 @@ li{
h1{ h1{
font-size: 21.5vw; font-size: 21.5vw;
line-height: 20.4vw !important; line-height: 20.4vw;
} }
h2{ h2{