Commit 7e7264e2 authored by Mark Otto's avatar Mark Otto

fix ad placement

parent 5ac8dca8
...@@ -391,7 +391,8 @@ body { ...@@ -391,7 +391,8 @@ body {
@media (min-width: 768px) { @media (min-width: 768px) {
.carbonad { .carbonad {
margin: 0 !important; margin-left: 0 !important;
margin-right: 0 !important;
} }
} }
...@@ -400,6 +401,7 @@ body { ...@@ -400,6 +401,7 @@ body {
position: absolute; position: absolute;
top: 0; top: 0;
right: 15px; /* 15px instead of 0 since box-sizing */ right: 15px; /* 15px instead of 0 since box-sizing */
margin: 0 !important;
padding: 15px !important; padding: 15px !important;
width: 330px !important; width: 330px !important;
} }
......
This diff is collapsed.
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