forked from Adleraci/adlerka.top
wre
This commit is contained in:
parent
9134b8fe72
commit
457bdfae7b
@ -196,7 +196,7 @@ ul.navpage_list
|
|||||||
{
|
{
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-direction:row;
|
flex-direction:row;
|
||||||
width: inherit;
|
width: 100%;
|
||||||
gap:3.25rem;
|
gap:3.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -218,10 +218,12 @@ ul.navpage_list
|
|||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navsite_list li {
|
#navsite_list li {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navsite_list.active {
|
#navsite_list.active {
|
||||||
@ -231,7 +233,7 @@ ul.navpage_list
|
|||||||
background-color:rgba(0,0,0,0.6);
|
background-color:rgba(0,0,0,0.6);
|
||||||
box-shadow:0 20px 28px 0 rgba(0,0,0,0.6);
|
box-shadow:0 20px 28px 0 rgba(0,0,0,0.6);
|
||||||
top: 80px;
|
top: 80px;
|
||||||
width: inherit;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
|
Loading…
Reference in New Issue
Block a user