Improve responsive type

This commit is contained in:
Henri Bergius 2017-11-30 16:50:22 +01:00
parent 42543b251c
commit d254cffc98

View file

@ -55,7 +55,7 @@
message = decodeURIComponent(window.location.search.substr(1)); message = decodeURIComponent(window.location.search.substr(1));
} }
var container = document.getElementById('announcement'); var container = document.getElementById('announcement');
if (message.length < 100) { if (message.length < 80) {
container.className = 'short'; container.className = 'short';
} }
if (message.length < 40) { if (message.length < 40) {