chore: mobile tap targets should be more tappable. Tap tap tapparoo.
This commit is contained in:
parent
f034ae2584
commit
08bd30de66
2 changed files with 6 additions and 3 deletions
|
@ -118,12 +118,15 @@ theme-toggle {
|
|||
|
||||
#menu-toggle:checked ~ .menu-primary li {
|
||||
border-bottom: 1px solid var(--gray-light);
|
||||
height: var(--sizing-3xl);
|
||||
padding: var(--sizing-sm);
|
||||
height:calc(var(--sizing-3xl) * 1.5);
|
||||
|
||||
&:first-child {
|
||||
border-top: 1px solid var(--gray-light);
|
||||
}
|
||||
|
||||
& a {
|
||||
font-size: var(--font-size-lg);
|
||||
}
|
||||
}
|
||||
|
||||
.menu-button-container {
|
||||
|
|
Reference in a new issue