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

Adjust Carbon Ads margin on -xs

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

Fixes #16552.
parent 39137b9f
...@@ -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;
......
Markdown is supported
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