aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-17 21:08:07 -0700
committerMark Otto <[email protected]>2015-08-17 21:08:07 -0700
commit8cb0cd310640cd2b75f8be39aff0c14a780630f8 (patch)
treee2e57afe0aca603ecf449d3154cac112b5e379b4 /docs
parent86f7ee018470ac826ea063527d34b7704c188da2 (diff)
downloadbootstrap-8cb0cd310640cd2b75f8be39aff0c14a780630f8.tar.xz
bootstrap-8cb0cd310640cd2b75f8be39aff0c14a780630f8.zip
tweak that margin
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/scss/_ads.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/scss/_ads.scss b/docs/assets/scss/_ads.scss
index 14c9274f9..8a1a4bac5 100644
--- a/docs/assets/scss/_ads.scss
+++ b/docs/assets/scss/_ads.scss
@@ -6,7 +6,7 @@
width: auto !important;
height: auto !important;
padding: 1.25rem !important;
- margin: 2rem -1.5rem -2rem !important;
+ margin: 2rem ($grid-gutter-width * -1) -2rem !important;
overflow: hidden; // clearfix
font-size: .8rem !important;
font-family: inherit !important;