diff --git a/files/assets/events/fistmas/css/main_fistmas.css b/files/assets/events/fistmas/css/main_fistmas.css index a15a06812..ee64167e4 100644 --- a/files/assets/events/fistmas/css/main_fistmas.css +++ b/files/assets/events/fistmas/css/main_fistmas.css @@ -254,14 +254,6 @@ body { /* awards */ /* gingerbread */ -.fall-gingerbread { - color: #fff; - font-size: 1em; - font-family: Serif; - text-shadow: 0 0 1px #000; - pointer-events: none; -} - @keyframes fall-gingerbreads-fall { 0% { top: -20% @@ -284,6 +276,11 @@ body { } .fall-gingerbread { + color: #fff; + font-size: 1em; + font-family: Serif; + text-shadow: 0 0 1px #000; + pointer-events: none; position: fixed; top: -20%; z-index: 9999; @@ -297,6 +294,10 @@ body { animation-play-state: running, running } +.fall-gingerbread img { + width: min(60px, 13vw) !important; +} + .fall-gingerbread:nth-of-type(0) { left: 1%; animation-delay: 0s, 0s