switching paddins from li to innerchild for better click area
This commit is contained in:
parent
f434405b21
commit
21fa169049
|
|
@ -71,10 +71,13 @@
|
||||||
li.menu-item {
|
li.menu-item {
|
||||||
@apply font-medium
|
@apply font-medium
|
||||||
text-center
|
text-center
|
||||||
px-4
|
|
||||||
py-2
|
|
||||||
rounded-xl;
|
rounded-xl;
|
||||||
|
button,
|
||||||
|
a {
|
||||||
|
@apply block
|
||||||
|
px-4
|
||||||
|
py-2;
|
||||||
|
}
|
||||||
&:hover,
|
&:hover,
|
||||||
button:focus,
|
button:focus,
|
||||||
a:focus {
|
a:focus {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user