mirror of
https://github.com/ivabus/www
synced 2024-11-10 19:45:16 +03:00
Change <h1> size on mobile
This commit is contained in:
parent
8cdfb9f212
commit
a4fafcfe32
|
@ -355,7 +355,7 @@ mark{
|
|||
background-position: top;
|
||||
background-repeat: repeat-y;
|
||||
background-size: cover;
|
||||
padding-top: 16vw;
|
||||
padding-top: 17.5vw;
|
||||
padding-bottom: 21vw;
|
||||
border: 1px solid #949494;
|
||||
}
|
||||
|
|
|
@ -221,7 +221,7 @@ li{
|
|||
@media only screen and (max-width: 576px) {
|
||||
|
||||
h1{
|
||||
font-size: 21.5vw;
|
||||
font-size: 16vw;
|
||||
line-height: 20.4vw;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue