aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-03-05 12:20:44 -0800
committerGitHub <[email protected]>2017-03-05 12:20:44 -0800
commited1de86794cc0911dc7a3dbbf3bb9dfe421ef4b6 (patch)
tree91ec30647de900465c3e772135cc7ae6fba15831 /docs/assets
parent192a8af0dfcdb5d64a5f273b804011bdcd5d2436 (diff)
downloadbootstrap-ed1de86794cc0911dc7a3dbbf3bb9dfe421ef4b6.tar.xz
bootstrap-ed1de86794cc0911dc7a3dbbf3bb9dfe421ef4b6.zip
Update spacer utilities (#22123)
* Drop -x and -y as they're all the same - Also move -width to elsewhere in the vars because it makes no sense by spacers. - Update values of -x and -y across main Sass and docs Sass. * Update docs to reflect changes; link to spacing utils from options page
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/scss/_content.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/scss/_content.scss b/docs/assets/scss/_content.scss
index 28f4cd442..3374aa633 100644
--- a/docs/assets/scss/_content.scss
+++ b/docs/assets/scss/_content.scss
@@ -9,7 +9,7 @@
display: block;
width: 100%;
max-width: 100%;
- margin-bottom: $spacer;
+ margin-bottom: 1rem;
overflow-y: auto;
// Cells