Skip to content

Commit

Permalink
ratio 2 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
smalloranges committed Nov 13, 2018
1 parent a22b870 commit 39be31b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,18 @@ span#overview {
@media (-webkit-min-device-pixel-ratio: 2) {
#use-wiki.section #mainnet.section {
background-image: url(https://raw.githubusercontent.com/nebulasio/nebdocs/master/docs/resources/overview/icon-mainnet@2x.png);
background-size: 165px 165px;
}
#use-wiki.section #dapps.section {
background-image: url(https://raw.githubusercontent.com/nebulasio/nebdocs/master/docs/resources/overview/icon-dapps@2x.png);
background-size: 165px 165px;
}
#use-wiki.section #ecosystem.section {
background-image: url(https://raw.githubusercontent.com/nebulasio/nebdocs/master/docs/resources/overview/icon-eco@2x.png);
background-size: 165px 165px;
}
#use-wiki.section #get-involved.section {
background-image: url(https://raw.githubusercontent.com/nebulasio/nebdocs/master/docs/resources/overview/icon-contribute@2x.png?raw=ture);
background-size: 411px 190px;
}
}

0 comments on commit 39be31b

Please sign in to comment.