diff --git a/static/css/style.css b/static/css/style.css index 8e84bfd..1926490 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -108,7 +108,6 @@ footer { padding: 0; position: fixed; overflow: auto; - width: 25%; list-style-type: none; } @@ -136,6 +135,7 @@ li:first-child { #nav-list { background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("/images/bgs/nav-bg.png"); background-size: 100% 100%; + width: 25%; } } @@ -163,6 +163,7 @@ li:first-child { flex-direction: column; background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("/images/bgs/nav-bg.png"); background-size: 100% 100%; + width: 100% } .nav-li { width: 100%;