© 2026 Hedgehog Software, LLC
nav { display: flex; flex-direction: row; @media (max-width: 512px) { flex-direction: column; } justify-content: center; }
nav { display: flex; flex-direction: row; justify-content: center; } @media (max-width: 512px) { nav { flex-direction: column; } }