Skip to content

Commit

Permalink
increase font size for title and size text in the center of the ring
Browse files Browse the repository at this point in the history
  • Loading branch information
ananavati committed Oct 11, 2016
1 parent c5e23d5 commit 4b297d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ domready(function() {
.text(root.name)
.attr('x', 0)
.attr('y', -5)
.style('font-size', '12px')
.style('font-size', '18px')
.style('fill', 'white')
.style('font-weight', 500)
.style('alignment-baseline', 'middle')
Expand All @@ -55,7 +55,7 @@ domready(function() {
.attr('x', 0)
.attr('y', 15)
.style('fill', 'white')
.style('font-size', '10px')
.style('font-size', '14px')
.style('alignment-baseline', 'middle')
.style('text-anchor', 'middle')

Expand Down

0 comments on commit 4b297d3

Please sign in to comment.