wre
This commit is contained in:
parent
9134b8fe72
commit
457bdfae7b
@ -196,7 +196,7 @@ ul.navpage_list
|
||||
{
|
||||
display:flex;
|
||||
flex-direction:row;
|
||||
width: inherit;
|
||||
width: 100%;
|
||||
gap:3.25rem;
|
||||
}
|
||||
|
||||
@ -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,7 +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: inherit;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
nav {
|
||||
|
Loading…
Reference in New Issue
Block a user