diff --git a/airtime_mvc/public/css/radio-page/radio-page.css b/airtime_mvc/public/css/radio-page/radio-page.css index 54b4a03f2..4b1b05224 100644 --- a/airtime_mvc/public/css/radio-page/radio-page.css +++ b/airtime_mvc/public/css/radio-page/radio-page.css @@ -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; }