changes list-inline-padding from 5px to .5rem

This commit is contained in:
Andres Galante 2017-10-31 09:04:26 -03:00 committed by Mark Otto
parent 34d745540d
commit b931070bd7
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ $dt-font-weight: $font-weight-bold !default;
$kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default;
$nested-kbd-font-weight: $font-weight-bold !default;
$list-inline-padding: 5px !default;
$list-inline-padding: .5rem !default;
$mark-bg: #fcf8e3 !default;