Skip to content

Commit

Permalink
Merge pull request #1191 from 18F/jw-grid-font
Browse files Browse the repository at this point in the history
Jw grid font
  • Loading branch information
jeremiak authored Aug 15, 2017
2 parents fd40e05 + cf723e7 commit d541a5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion env.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export API_KEY="get your key at https://api.data.gov/signup/"
export API_KEY="get your key at https://api.data.gov/signup"
export CDE_API="https://api.usa.gov/crime/fbi/ucr"
export PORT=6005
2 changes: 1 addition & 1 deletion sass/components/_viz.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.axis {
fill: none;
font-family: $font-monospace;
font-size: 10px;
font-size: 12px;

line,
path {
Expand Down
2 changes: 1 addition & 1 deletion src/components/TrendChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class TrendChart extends React.Component {
until={until}
/>
<div className="mb2 clearfix">
<div className="sm-col mb1 sm-m0 fs-10 bold monospace black">
<div className="sm-col mb1 sm-m0 fs-12 bold monospace black">
Rate per 100,000 people, by year
</div>
{crime === 'rape' && <TrendChartRapeLegend />}
Expand Down

0 comments on commit d541a5f

Please sign in to comment.