Changes to Nav css
This commit is contained in:
parent
23dfdb55ab
commit
98892a03e0
@ -166,6 +166,15 @@ header hr {
|
||||
border: 8px solid var(--primary-hover) ;
|
||||
background-color: var(--third-bg);
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
max-height: 0;
|
||||
transition: max-height 0.3s ease;
|
||||
}
|
||||
|
||||
.navsite_item:hover .navpage_list {
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
a.navpage_link{
|
||||
|
Loading…
Reference in New Issue
Block a user