mirror of
https://github.com/ivabus/www
synced 2024-11-14 09:15:07 +03:00
px => vw
This commit is contained in:
parent
fe5982771d
commit
509bf1d658
1 changed files with 3 additions and 3 deletions
|
@ -229,12 +229,12 @@ li{
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
font-size: 12vw;
|
font-size: 12vw;
|
||||||
line-height: 80px;
|
line-height: 16vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4{
|
h4{
|
||||||
font-size: 38px;
|
font-size: 7.6vw;
|
||||||
line-height: 45px;
|
line-height: 9vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead{
|
.lead{
|
||||||
|
|
Loading…
Reference in a new issue