updated 2d 'loading' logo

This commit is contained in:
Diego F. Goberna
2018-12-07 23:15:09 +01:00
parent 441f230efb
commit 885ccffcf2
3 changed files with 4 additions and 4 deletions

BIN
assets/img/loadingLogo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -31,13 +31,13 @@ html {
animation: loaderTitle 1s infinite alternate;
color: rgba(0,0,0,0);
background: none;
background-image: url('../assets/img/loadingLogo.png');
height: 21.2vh;
background-image: url('../assets/img/loadingLogo.jpg');
height: 36.2vh;
background-repeat: no-repeat;
background-position: center;
margin-top: 6vh;
margin-top: 0;
background-size: contain;
margin-left: -4vh;
margin-left: -1vh;
}
@keyframes loaderTitle {