diff options
| author | Mark Otto <[email protected]> | 2015-08-05 23:14:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 23:14:41 -0700 |
| commit | f534cabc7e0ff4607f123d29f7e188f1731d74f9 (patch) | |
| tree | d8f5de77b5720081e9ed96271cf36c077780cb02 | |
| parent | 72fc4417383600c0bcb209690e29be278920be5b (diff) | |
| download | bootstrap-f534cabc7e0ff4607f123d29f7e188f1731d74f9.tar.xz bootstrap-f534cabc7e0ff4607f123d29f7e188f1731d74f9.zip | |
wider horizontal padding
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index eb4f8a576..606d4e194 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -93,7 +93,7 @@ $border-width: .0625rem !default; // Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start). $padding-y: .5rem !default; -$padding-x: .75rem !default; +$padding-x: 1rem !default; $padding-lg-y: .75rem !default; $padding-lg-x: 1.5rem !default; |
