mirror of
https://github.com/primer/css.git
synced 2024-12-14 06:44:38 +03:00
Reduce menu-item padding
This commit is contained in:
parent
9bc1cd41a6
commit
02c5ef68d7
@ -13,8 +13,7 @@
|
||||
.menu-item {
|
||||
position: relative;
|
||||
display: block;
|
||||
// stylelint-disable-next-line primer/spacing
|
||||
padding: 12px $spacer-3;
|
||||
padding: $spacer-2 $spacer-3;
|
||||
color: $text-black;
|
||||
border-bottom: $border-width $border-style $border-gray-light;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user