diff --git a/velfields/libraries/message.css b/velfields/libraries/message.css index a2e151b..a702860 100644 --- a/velfields/libraries/message.css +++ b/velfields/libraries/message.css @@ -129,7 +129,7 @@ } .modal-body { - padding: 2px 16px + padding: 20px 20px 10px 20px; } .modal-footer { diff --git a/velfields/libraries/message.html b/velfields/libraries/message.html index 993b47b..8ad158d 100644 --- a/velfields/libraries/message.html +++ b/velfields/libraries/message.html @@ -1,5 +1,5 @@

- If you found this interactive tool helpful and useful, consider becoming a member in: + If you found this interactive tool useful, please consider becoming a member in:

@@ -12,9 +12,10 @@

This project is made possible by the kindness of supporters like you. - Your contributions enable me to maintain the applets, - and, crucially, ensure it remains freely accessible to anyone eager to - explore this captivating field of mathematics —without any distracting ads. + With your support I can keep updating the applets + and, crucially, ensure they remain freely accessible + to anyone eager to explore this captivating field of + mathematics —without any distracting ads.

If you prefer to donate just once, diff --git a/velfields/libraries/message.js b/velfields/libraries/message.js index f459809..91921b2 100644 --- a/velfields/libraries/message.js +++ b/velfields/libraries/message.js @@ -34,7 +34,7 @@ window.onclick = function(event) { let myInterval = setInterval(function () { showMessage (); -}, 10000); +}, 8000); // 8000 8 seconds // 10000 10 seconds // 60000 1 min