Menu Fix
This commit is contained in:
parent
7be69a0ce5
commit
cc885e7740
2 changed files with 3 additions and 2 deletions
src/components/navbar
|
@ -27,8 +27,9 @@ const hamburger_src_url = `url("${hamburger.src}")`
|
|||
.dropdown-content {
|
||||
display: none;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: var(--c-primary-background);
|
||||
width: 100%;
|
||||
height: 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue