Commit 7278bed8 authored by Timothy Gu's avatar Timothy Gu
Browse files

Adjust Carbon Ads margin on -xs

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

Fixes #16552.
parent 39137b9f
6 merge requests!28721Hot test,!16653dokidoki,!16565Adjust Carbon Ads margin on -xs,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
...@@ -356,7 +356,7 @@ h4 code { ...@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment