diff --git a/api/src/Contacts/Lavatar.php b/api/src/Contacts/Lavatar.php index e7e6b39c06..d357971ab0 100644 --- a/api/src/Contacts/Lavatar.php +++ b/api/src/Contacts/Lavatar.php @@ -33,7 +33,7 @@ class Lavatar ); // ratio of font size to size - private static $_FONT_SIZE_RATIO = 3.2; + private static $_FONT_SIZE_RATIO = 3.6; // ratio of text Y position to size private static $_TEXT_Y_RATIO = 1.6;