Skip to content

Commit dc94ef5

Browse files
committed
Update from TD iMac
1 parent 87019a4 commit dc94ef5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

EuroVis2019Reviews.pdf

6.12 KB
Binary file not shown.

javascripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ function styleAxis(axisNodes) {
586586
});
587587
axisNodes.selectAll('.tick text').attr({
588588
'font-family': 'serif',
589-
'font-size': 10
589+
'font-size': 15
590590
});
591591
}
592592

styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,6 @@ a.button:hover{
304304
}
305305

306306
.ticky {
307-
font-size: 10px;
307+
font-size: 15px;
308308
}
309309

0 commit comments

Comments
 (0)