1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 09:41:11 +00:00

Adjust Carbon Ads margin on -xs

The .container that immediately surrounds .carbonad has a padding of 15px, not 30px.

Fixes #16552.
This commit is contained in:
Timothy Gu 2015-05-30 14:57:41 -07:00
parent 39137b9f4a
commit 7278bed86f

View File

@ -356,7 +356,7 @@ h4 code {
width: auto !important;
height: auto !important;
padding: 20px !important;
margin: 30px -30px -31px !important;
margin: 30px -15px -31px !important;
overflow: hidden; /* clearfix */
font-size: 13px !important;
line-height: 16px !important;