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
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "13.6.6",
|
||||
"version": "13.6.7",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -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