Fix line heights & bridge
This commit is contained in:
parent
bbc83f2c88
commit
e3e6a04ccf
1 changed files with 5 additions and 2 deletions
|
|
@ -438,6 +438,7 @@
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
line-height: 1.55rem;
|
||||||
/* padding:20px; */
|
/* padding:20px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -484,6 +485,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#hideMe{
|
#hideMe{
|
||||||
|
top:0px;
|
||||||
|
left:0px;
|
||||||
background: url(https://freight.cargo.site/t/original/i/5d73492aa3e9257fd9fab2d4677af532db8a388f792c55f99cf9168cb2024bb2/arkowebtest3.png) no-repeat center center fixed;
|
background: url(https://freight.cargo.site/t/original/i/5d73492aa3e9257fd9fab2d4677af532db8a388f792c55f99cf9168cb2024bb2/arkowebtest3.png) no-repeat center center fixed;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
|
|
@ -492,8 +495,8 @@
|
||||||
margin:0;
|
margin:0;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
width:100%;
|
width:100vw;
|
||||||
height:100%;
|
height:100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arko {
|
.arko {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue