diff --git a/assets/img/loadingLogo.jpg b/assets/img/loadingLogo.jpg new file mode 100644 index 0000000..0823ab0 Binary files /dev/null and b/assets/img/loadingLogo.jpg differ diff --git a/assets/img/loadingLogo.png b/assets/img/loadingLogo.png deleted file mode 100755 index a4bf558..0000000 Binary files a/assets/img/loadingLogo.png and /dev/null differ diff --git a/src/index.css b/src/index.css index 079debc..15632e1 100644 --- a/src/index.css +++ b/src/index.css @@ -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 {