mirror of
https://github.com/ivabus/www
synced 2024-11-10 13:25:15 +03:00
Adjusting mobile grids
This commit is contained in:
parent
f0942de261
commit
957ed3b24c
|
@ -249,7 +249,8 @@ hr{
|
|||
background-position: top;
|
||||
background-repeat: repeat-y;
|
||||
background-size: cover;
|
||||
padding-bottom: 16vw;
|
||||
padding-bottom: 15vw;
|
||||
border: 1px solid #949494;
|
||||
}
|
||||
|
||||
.hero-float{
|
||||
|
@ -267,10 +268,9 @@ hr{
|
|||
.package_before{
|
||||
background-image: url("/Images/small-grid.svg");
|
||||
background-position: top;
|
||||
background-repeat: repeat-y;
|
||||
background-size: cover;
|
||||
padding-top: 12.556vw;
|
||||
padding-bottom: 12.556vw;
|
||||
background-repeat: repeat;
|
||||
background-size: contain;
|
||||
border: 1px solid #949494;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -230,8 +230,8 @@ li{
|
|||
@media only screen and (max-width: 576px) {
|
||||
|
||||
h1{
|
||||
font-size: 21.5vw;
|
||||
line-height: 20.4vw;
|
||||
font-size: 21.5vw !important;
|
||||
line-height: 20.4vw !important;
|
||||
}
|
||||
|
||||
h2{
|
||||
|
|
Loading…
Reference in a new issue