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",
|
"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": {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Reference in a new issue