mobile responsiveness

This commit is contained in:
whilb 2025-09-01 18:37:33 -07:00
parent b93349aa4d
commit ad664c32ea
4 changed files with 494 additions and 3 deletions

View file

@ -14,7 +14,14 @@
<header class="bar">
<div class="wrap bar__inner">
<div class="brand">calculator.127local.net</div>
<button id="themeToggle" class="btn" aria-label="Toggle color scheme">Auto</button>
<div style="display: flex; align-items: center; gap: 12px;">
<button id="navToggle" class="nav-toggle" aria-label="Toggle navigation">
<svg viewBox="0 0 24 24">
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</button>
<button id="themeToggle" class="btn" aria-label="Toggle color scheme">Auto</button>
</div>
</div>
</header>