reverse the nav order actually

This commit is contained in:
Charlotte Som 2025-02-26 08:57:57 +00:00
parent 106100c5c5
commit 71ca2a5b36

View file

@ -19,7 +19,7 @@ button {
nav { nav {
display: flex; display: flex;
flex-direction: column; flex-direction: column-reverse;
gap: 1em; gap: 1em;
padding: 1em; padding: 1em;
} }