Remove horizontal padding for group navigation links.

This commit is contained in:
Guo Xiang Tan 2018-04-10 14:22:57 +08:00
parent 874003b7b1
commit 867f327055
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
a {
color: dark-light-choose($primary-medium, $secondary-high);
padding: 8px 13px;
padding: 8px 0;
&.active {
background-color: transparent;