diff --git a/index.html b/index.html
index 180b5b3..e692c02 100644
--- a/index.html
+++ b/index.html
@@ -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;