Merge pull request #115 from realModusOperandi/new-icon

Update icon on login screen
This commit is contained in:
Liam Westby 2018-05-23 13:55:52 -05:00 committed by GitHub
commit a3cf71e979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 5 deletions

View File

@ -5,7 +5,7 @@
</div>
<div id="login-icon">
<img id="icon" src="../../assets/images/icon.png" width="100" alt="" />
<img id="icon" src="../../assets/images/icon.png" width="130" alt="" />
</div>
<div class="slider">

View File

@ -46,10 +46,6 @@
padding-bottom: 40px;
}
#icon {
image-rendering: crisp-edges;
}
#player-card {
height: 60px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 11 KiB