Compare commits

..

No commits in common. "93af1192f005f693b4dcf697c76ea0abff925207" and "928448075be5a9f1b00e20f6e2d9987642da3907" have entirely different histories.

@ -218,10 +218,12 @@ ul.navpage_list
display: none;
position: fixed;
flex-direction: column;
width: 100%;
}
#navsite_list li {
text-align: center;
width: 100%;
}
#navsite_list.active {
@ -231,6 +233,7 @@ ul.navpage_list
background-color:rgba(0,0,0,0.6);
box-shadow:0 20px 28px 0 rgba(0,0,0,0.6);
top: 80px;
width: 100%;
}
nav {