Changed size of logo

This commit is contained in:
Artyom Abubakirov 2018-07-24 13:07:42 +05:00
parent 1f3a9ea317
commit 18380abc62
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -193,7 +193,7 @@ function showSpinner() {
function hideSpinner() {
for (var i = 0; i < arguments.length; i++) {
arguments[i].src = '';
arguments[i].poster = './img/foot-logo.png';
arguments[i].poster = './img/logo.png';
arguments[i].style.background = '';
}
}