diff options
| author | Mark Otto <[email protected]> | 2017-03-19 17:47:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-19 18:39:48 -0700 |
| commit | 40ac03384de6dc1b6c6e40bd6ff998cb66657346 (patch) | |
| tree | 5046e58f964fedef8da7ff5317095b0a6f140cab /scss | |
| parent | b1b2cfbc9d56ba0927986cc2f387847048885a07 (diff) | |
| download | bootstrap-40ac03384de6dc1b6c6e40bd6ff998cb66657346.tar.xz bootstrap-40ac03384de6dc1b6c6e40bd6ff998cb66657346.zip | |
linting from before
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_nav.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss index 39f12432d..731f1b71b 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -99,8 +99,8 @@ .nav-justified { .nav-item { - flex-grow: 1; flex-basis: 0; + flex-grow: 1; text-align: center; } } |
