[Glitch] Fix mascot being too large, and a code style issue

Port bba0269d97 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2020-01-29 16:18:33 +01:00
committed by Thibaut Girka
parent 369201a425
commit 9dc1f7d299
2 changed files with 2 additions and 3 deletions

View File

@ -210,7 +210,7 @@
display: block;
object-fit: contain;
object-position: bottom left;
width: 100%;
width: 85%;
height: 100%;
pointer-events: none;
user-drag: none;