chore: mobile tap targets should be more tappable. Tap tap tapparoo.

This commit is contained in:
Cory Dransfeldt 2024-05-03 18:03:58 -07:00
parent f034ae2584
commit 08bd30de66
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View file

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

View file

@ -118,12 +118,15 @@ theme-toggle {
#menu-toggle:checked ~ .menu-primary li { #menu-toggle:checked ~ .menu-primary li {
border-bottom: 1px solid var(--gray-light); border-bottom: 1px solid var(--gray-light);
height: var(--sizing-3xl); height:calc(var(--sizing-3xl) * 1.5);
padding: var(--sizing-sm);
&:first-child { &:first-child {
border-top: 1px solid var(--gray-light); border-top: 1px solid var(--gray-light);
} }
& a {
font-size: var(--font-size-lg);
}
} }
.menu-button-container { .menu-button-container {