diff --git a/css/style.css b/css/style.css index 963f0c8..d6bdf9d 100644 --- a/css/style.css +++ b/css/style.css @@ -92,7 +92,7 @@ html body{ #timeline { color: white; overflow:auto; - height: 90%; + height: 80%; } #timeline section { @@ -100,7 +100,7 @@ html body{ height: auto; } #player { - height: 10%; + height: 20%; } #playerlistsec { @@ -110,13 +110,6 @@ html body{ overflow:auto; } - -footer{ - height: 20%; - width: 100%; - float:left; -} - /* ************** NAV **************************************** *****************************************************************/ #playerlistsec.menu { @@ -179,9 +172,11 @@ footer{ } footer{ - height: 25%; + height: 18%; vertical-align: middle; text-align: center; + width: 100%; + float:left; margin-top: 1%; }