mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-07-05 12:52:29 +00:00
FIX: CodeFund ads in between posts on narrow widths
This commit is contained in:
parent
71c51ebd8b
commit
4991941d03
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user