diff options
| author | Mark Otto <[email protected]> | 2017-07-04 13:07:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-04 13:07:32 -0700 |
| commit | 8936e8a981c32a72bcef1bafebab3e03fd6b17a1 (patch) | |
| tree | 017c8308e05409c5b5502e5532905f2df2c449ef /docs | |
| parent | 059969bcd2f71adc4411b0a14b8a6ad8ac2ab94b (diff) | |
| download | bootstrap-8936e8a981c32a72bcef1bafebab3e03fd6b17a1.tar.xz bootstrap-8936e8a981c32a72bcef1bafebab3e03fd6b17a1.zip | |
fix ads breaking too soon
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/less/ads.less | 2 |
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; |
