Radio page fix for background image on android
This commit is contained in:
parent
4c6ba869e3
commit
cd6e326e13
|
@ -5,8 +5,20 @@ html {
|
|||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
overflow-y: auto;
|
||||
background-color:#000000;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
|
||||
.bck_cover {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
|
@ -17,11 +29,6 @@ html {
|
|||
z-index: -1;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
margin: 40px 0px 0px 60px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue