mirror of
https://github.com/ivabus/www
synced 2024-11-10 19:15:15 +03:00
Figuring out typography problem
This commit is contained in:
parent
ca44cd3aad
commit
8cdfb9f212
|
@ -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-2"></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="col">
|
||||
<h1>Products</h1>
|
||||
|
|
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue