Skip to content

Commit

Permalink
adjust size of chart font
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncalabrese committed Mar 29, 2015
1 parent 291e347 commit dbadddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ div.tooltip {

#chartContainer {
top: 185px;
font-size: 14px;
}
#chartContainer svg {
height: calc(100vh - 185px);
Expand Down Expand Up @@ -504,7 +505,7 @@ div.tooltip {

@media (max-height: 700px) {
#chartContainer {
font-size: 15px;
font-size: 14px;
}
}

Expand Down

0 comments on commit dbadddc

Please sign in to comment.