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