fix: mobile

This commit is contained in:
Austin Pickett 2026-03-11 15:48:03 -04:00
parent 50d2964ebd
commit 037cfc29e6
3 changed files with 38 additions and 27 deletions

View file

@ -60,6 +60,7 @@ function switchStepPlatform(platform) {
function toggleMobileNav() {
document.getElementById("nav-mobile").classList.toggle("open");
document.getElementById("nav-hamburger").classList.toggle("open");
}
function toggleSpecs() {