mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03: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:
@@ -356,7 +356,7 @@ h4 code {
|
|||||||
width: auto !important;
|
width: auto !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
padding: 20px !important;
|
padding: 20px !important;
|
||||||
margin: 30px -30px -31px !important;
|
margin: 30px -15px -31px !important;
|
||||||
overflow: hidden; /* clearfix */
|
overflow: hidden; /* clearfix */
|
||||||
font-size: 13px !important;
|
font-size: 13px !important;
|
||||||
line-height: 16px !important;
|
line-height: 16px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user