2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

removes hardcoded value for nav-link padding

This commit is contained in:
Andres Galante
2017-12-29 08:18:13 -03:00
committed by Mark Otto
parent 8c87e019a5
commit 5f3856ce29
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -168,8 +168,8 @@
}
.nav-link {
padding-right: .5rem;
padding-left: .5rem;
padding-right: $navbar-nav-link-padding-x;
padding-left: $navbar-nav-link-padding-x;
}
}