FIX: CodeFund ads in between posts on narrow widths

This commit is contained in:
Neil Lalonde 2019-07-18 12:16:02 -04:00
parent 71c51ebd8b
commit 4991941d03
1 changed files with 7 additions and 1 deletions

View File

@ -172,10 +172,16 @@
}
.codefund-wrapper.codefund-post-bottom {
width: 757px;
width: calc(#{$topic-body-width} + 67px);
text-align: center;
}
@media all and (max-width: 775px) {
.codefund-wrapper.codefund-post-bottom {
width: 100%;
}
}
.codefund-wrapper.codefund-topic-above-suggested {
clear: both;
}