mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
tweak navbar nav spacing
This commit is contained in:
parent
e8e7b2303f
commit
b96f2b4c5b
1 changed files with 10 additions and 1 deletions
|
@ -144,7 +144,16 @@
|
|||
|
||||
.nav-link {
|
||||
display: block;
|
||||
padding: .425rem .5rem;
|
||||
padding-top: .425rem;
|
||||
padding-bottom: .425rem;
|
||||
|
||||
+ .nav-link {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-item + .nav-item {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue