aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-07-04 13:07:32 -0700
committerMark Otto <[email protected]>2017-07-04 13:07:32 -0700
commit8936e8a981c32a72bcef1bafebab3e03fd6b17a1 (patch)
tree017c8308e05409c5b5502e5532905f2df2c449ef /docs
parent059969bcd2f71adc4411b0a14b8a6ad8ac2ab94b (diff)
downloadbootstrap-8936e8a981c32a72bcef1bafebab3e03fd6b17a1.tar.xz
bootstrap-8936e8a981c32a72bcef1bafebab3e03fd6b17a1.zip
fix ads breaking too soon
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/less/ads.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/less/ads.less b/docs/assets/less/ads.less
index 4bb9d8a7e..168a01fc6 100644
--- a/docs/assets/less/ads.less
+++ b/docs/assets/less/ads.less
@@ -21,7 +21,7 @@
border-radius: 4px;
}
- @media (min-width: @screen-lg-min) {
+ @media (min-width: @screen-md-min) {
position: absolute;
top: 0;
right: 15px;