mobile responsiveness
This commit is contained in:
parent
b93349aa4d
commit
ad664c32ea
4 changed files with 494 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue