1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-24 10:37:45 +00:00

minor icon appearance change

This commit is contained in:
NotAdam 2017-10-13 22:10:01 +11:00
parent e4e75554fb
commit e41443b2f5

View file

@ -12,8 +12,8 @@
text-align: center;
}
img.fit {
max-width: 99%;
max-height: 99%;
max-width: 100vw;
max-height: 100vh;
}
</style>
<title>Sapphire</title>