mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:25:11 +03:00
992px - 1200px typography
This commit is contained in:
parent
ab4c1cb6af
commit
86f25759fc
1 changed files with 17 additions and 10 deletions
|
@ -111,31 +111,38 @@ li{
|
|||
}
|
||||
|
||||
h2{
|
||||
font-size: 6vw;
|
||||
line-height: 8.5vw;
|
||||
font-size: 6.5vw;
|
||||
line-height: 10vw;
|
||||
margin-bottom: 2.065vw;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-size: 3.8rem;
|
||||
line-height: 4.464vw;
|
||||
font-size: 3.4rem;
|
||||
line-height: 10vw;
|
||||
margin-bottom: 2.511vw;
|
||||
margin-top: 1.395vw;
|
||||
margin-top: -1.395vw;
|
||||
}
|
||||
|
||||
h4{
|
||||
font-size: 2.121vw;
|
||||
line-height: 4.116vw;
|
||||
font-size: 3vw;
|
||||
line-height: 5.116vw;
|
||||
}
|
||||
|
||||
h5{
|
||||
font-size: 1.5vw;
|
||||
line-height: 5vw;
|
||||
margin-top: -0.3vw;
|
||||
margin-bottom: 1.2vw;
|
||||
}
|
||||
|
||||
.lead{
|
||||
font-size: 1.5vw !important;
|
||||
line-height: 1.7vw !important;
|
||||
font-size: 2vw !important;
|
||||
line-height: 2.8vw !important;
|
||||
margin-bottom: 2.232vw;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 1.116vw;
|
||||
font-size: 1.667vw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue