Skip to content

Commit

Permalink
fix: style for codesponsor plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Sep 21, 2017
1 parent fcee316 commit 08afec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/codesponsor.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function tpl (id, options) {
frameborder=0
width=250
height=250
id="code-sponsor-embed-iframe"
id="code-sponsor-embed-iframe"
src="https://app.codesponsor.io/widgets/${id}?${qs.join('&')}">
</iframe>`

Expand All @@ -40,7 +40,7 @@ function appendStyle () {
top: 10px;
}
@media screen and (min-width: 1300px) {
@media screen and (min-width: 1600px) {
body.sticky .codesponsor {
position: fixed;
}
Expand Down

0 comments on commit 08afec7

Please sign in to comment.