mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:15:05 +03:00
768px - 992px typography complete
This commit is contained in:
parent
86f25759fc
commit
d3a7143788
1 changed files with 16 additions and 13 deletions
|
@ -156,31 +156,34 @@ li{
|
||||||
}
|
}
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
font-size: 6rem;
|
font-size: 7vw;
|
||||||
line-height: 7rem;
|
line-height: 10vw;
|
||||||
margin-bottom: 37px;
|
margin-bottom: 3.730vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
font-size: 3.8rem;
|
font-size: 4.5vw;
|
||||||
line-height: 80px;
|
line-height: 10vw;
|
||||||
margin-bottom: 45px;
|
margin-top: -3vw;
|
||||||
margin-top: 25px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h4{
|
h4{
|
||||||
font-size: 38px;
|
font-size: 3.5vw;
|
||||||
line-height: 45px;
|
line-height: 5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
h5{
|
||||||
|
font-size: 2vw;
|
||||||
|
line-height: 5vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead{
|
.lead{
|
||||||
font-size: 28px !important;
|
font-size: 2.823vw;
|
||||||
line-height: 29px !important;
|
line-height: 2.923vw;
|
||||||
margin-bottom: 40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p{
|
p{
|
||||||
font-size: 20px;
|
font-size: 2.016vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue