Skip to content

Commit

Permalink
font sizing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwroach authored Sep 20, 2018
1 parent d9cda1b commit 82b4684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
var smallestFontSize = ("6vw")
var x = document.getElementById("nice").querySelectorAll('P');
var i;
if (niceServed < 20) {
if (niceServed < 11) {
for (i = 0; i < x.length; i++) {

x[i].style.fontSize = fontSizer;
Expand Down

0 comments on commit 82b4684

Please sign in to comment.