better length for shrinking letters

This commit is contained in:
2026-03-08 06:25:58 -04:00
parent 9a879b8815
commit 5766797ef8

View File

@@ -9,7 +9,7 @@
echo "<h3>$title</h3>"; echo "<h3>$title</h3>";
if (strlen($username) > 10) { if (strlen($username) > 15) {
echo "<p style=\"font-size: 0.8em;\">$username</p>"; echo "<p style=\"font-size: 0.8em;\">$username</p>";
} else { } else {
echo "<p>$username</p>"; echo "<p>$username</p>";