mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove horizontal padding for group navigation links.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
a {
|
||||
color: dark-light-choose($primary-medium, $secondary-high);
|
||||
padding: 8px 13px;
|
||||
padding: 8px 0;
|
||||
|
||||
&.active {
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user