diff --git a/assets/style.css b/assets/style.css index 8399323..57863f7 100644 --- a/assets/style.css +++ b/assets/style.css @@ -102,6 +102,7 @@ nav display:flex; flex-direction:row; justify-content:space-between; + height: 55px; } nav,footer @@ -209,12 +210,6 @@ ul.navpage_list } @media (max-width: 1050px) { - #navsite_list.active{ - -moz-box-shadow:0 20px 28px 0 rgba(0,0,0,0.2); - -webkit-box-shadow:0 20px 28px 0 rgba(0,0,0,0.2); - background-color:rgba(0,0,0,0.2); - box-shadow:0 20px 28px 0 rgba(0,0,0,0.2); - } #toggle_button { display: flex; } @@ -230,6 +225,10 @@ ul.navpage_list #navsite_list.active { display: flex; + -moz-box-shadow:0 20px 28px 0 rgba(0,0,0,0.2); + -webkit-box-shadow:0 20px 28px 0 rgba(0,0,0,0.2); + background-color:rgba(0,0,0,0.2); + box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); } nav {