mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 04:50:24 +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:
parent
39137b9f4a
commit
7278bed86f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue