Improve responsive type
This commit is contained in:
parent
42543b251c
commit
d254cffc98
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
message = decodeURIComponent(window.location.search.substr(1));
|
||||
}
|
||||
var container = document.getElementById('announcement');
|
||||
if (message.length < 100) {
|
||||
if (message.length < 80) {
|
||||
container.className = 'short';
|
||||
}
|
||||
if (message.length < 40) {
|
||||
|
|
Loading…
Reference in a new issue