Update web/templates/base.html

This commit is contained in:
Joshua Laymon 2025-08-16 04:26:20 +00:00
parent d4fecafe5a
commit 8abb3349b7

View File

@ -48,10 +48,14 @@
border-radius:10px;
background:var(--btn-bg);
cursor:pointer;
/* stack the bars so it looks like a proper hamburger */
flex-direction: column;
gap: 4px;
}
.hamburger span{
display:block;
width:20px; height:2px; margin:2px 0;
width:20px; height:2px;
margin:0; /* no vertical margin; spacing comes from gap */
background:var(--nav-ink);
border-radius:2px;
}