diff --git a/css/style.css b/css/style.css index a890f3f..00d59f2 100644 --- a/css/style.css +++ b/css/style.css @@ -75,6 +75,7 @@ html body{ color: white; height: auto; min-height: 50%; + max-height: 100%; } #player { height: auto; @@ -125,9 +126,13 @@ footer{ } #sidenav li { - height: 50px; + height: 30px; width: 100px; +} +#sidenav li.subli { + list-style: circle; + margin-left: 50px; } #sidenav ul { margin-left: 50px; diff --git a/index.html b/index.html index 6d165c6..3f97bce 100644 --- a/index.html +++ b/index.html @@ -21,8 +21,8 @@