mirror of
https://github.com/ivabus/www
synced 2024-11-10 12:35:15 +03:00
Typography adjustment (p & .lead) on mobile
This commit is contained in:
parent
3c3da30822
commit
709bef1e29
|
@ -281,12 +281,12 @@ hr{
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
padding-top: 16vw;
|
padding-top: 16vw;
|
||||||
padding-bottom: 22vw;
|
padding-bottom: 21vw;
|
||||||
border: 1px solid #949494;
|
border: 1px solid #949494;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-container h1{
|
.hero-container h1{
|
||||||
margin-bottom: 4vw;
|
margin-bottom: 5vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-float{
|
.hero-float{
|
||||||
|
|
|
@ -248,11 +248,11 @@ li{
|
||||||
|
|
||||||
.lead{
|
.lead{
|
||||||
font-size: 4.800vw !important;
|
font-size: 4.800vw !important;
|
||||||
line-height: 5vw !important;
|
line-height: 6vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
p{
|
p{
|
||||||
font-size: 20px;
|
font-size: 4vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue