Skip to content

Commit 08afec7

Browse files
committed
fix: style for codesponsor plugin
1 parent fcee316 commit 08afec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/codesponsor.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function tpl (id, options) {
1818
frameborder=0
1919
width=250
2020
height=250
21-
id="code-sponsor-embed-iframe"
21+
id="code-sponsor-embed-iframe"
2222
src="https://app.codesponsor.io/widgets/${id}?${qs.join('&')}">
2323
</iframe>`
2424

@@ -40,7 +40,7 @@ function appendStyle () {
4040
top: 10px;
4141
}
4242
43-
@media screen and (min-width: 1300px) {
43+
@media screen and (min-width: 1600px) {
4444
body.sticky .codesponsor {
4545
position: fixed;
4646
}

0 commit comments

Comments
 (0)