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