Merge pull request #126 from cubedro/develop

Fixed difficulty size
pull/5/head
Marian OANCΞA 10 years ago
commit bbd6a0d986
  1. 2
      dist/index.html
  2. 3
      views/index.jade

2
dist/index.html vendored

File diff suppressed because one or more lines are too long

@ -50,7 +50,8 @@ block content
i.icon-difficulty
div.big-details-holder
span.small-title difficulty
span.big-details {{ lastDifficulty | number }}
span.big-details
span.small-hash {{ lastDifficulty | number }}
div.clearfix
div.clearfix

Loading…
Cancel
Save