font size tweak
This commit is contained in:
parent
3d7228a3c9
commit
a0a0992854
|
@ -241,7 +241,7 @@ jQuery.fn.formatTitle = function() {
|
|||
var txt = $(this).text();
|
||||
var fontSize;
|
||||
// alert(txt.length);
|
||||
if (txt.length < 36) {
|
||||
if (txt.length < 32) {
|
||||
fontSize = 50;
|
||||
} else if (txt.length < 60) {
|
||||
fontSize = 40;
|
||||
|
|
Loading…
Reference in New Issue
Block a user