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;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
line-height: 1.55rem;
|
||||
/* padding:20px; */
|
||||
}
|
||||
|
||||
|
|
@ -484,6 +485,8 @@
|
|||
}
|
||||
|
||||
#hideMe{
|
||||
top:0px;
|
||||
left:0px;
|
||||
background: url(https://freight.cargo.site/t/original/i/5d73492aa3e9257fd9fab2d4677af532db8a388f792c55f99cf9168cb2024bb2/arkowebtest3.png) no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
|
|
@ -492,8 +495,8 @@
|
|||
margin:0;
|
||||
text-align:center;
|
||||
position:fixed;
|
||||
width:100%;
|
||||
height:100%;
|
||||
width:100vw;
|
||||
height:100vh;
|
||||
}
|
||||
|
||||
.arko {
|
||||
|
|
|
|||
Loading…
Reference in a new issue