Changes to Nav css

This commit is contained in:
Richard Mikloš 2024-01-16 18:59:41 +01:00
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{