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…
Reference in New Issue