mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
Expanded the clickable area of <a> element in the menu.
This commit is contained in:
parent
c1fcec95a6
commit
23444565e3
@ -184,7 +184,7 @@
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: inline-flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: var(--body-text-color);
|
color: var(--body-text-color);
|
||||||
gap: var(--menu-icon-separation);
|
gap: var(--menu-icon-separation);
|
||||||
|
Loading…
Reference in New Issue
Block a user