reverse the nav order actually
This commit is contained in:
parent
106100c5c5
commit
71ca2a5b36
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ button {
|
|||
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: column-reverse;
|
||||
gap: 1em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue