File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/frontend/src/pages/servers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
src =" ~/assets/images/games/maze.png"
25
25
alt =" "
26
26
aria-hidden =" true"
27
- class =" pointer-events-none absolute inset-0 h-full max-h-[1080px] w-screen scale-125 select-none opacity-50"
27
+ class =" pointer-events-none absolute inset-0 hidden h-full max-h-[1080px] w-screen scale-125 select-none opacity-50 sm:visible "
28
28
style =" mask-image : linear-gradient (black , transparent 80% )"
29
29
/>
30
30
61
61
class =" pointer-events-none relative flex h-full w-full flex-row items-end gap-24 md:-mt-24"
62
62
>
63
63
<div
64
- class =" absolute left-0 right-0 top-0 max-h-[80%] overflow-hidden"
64
+ class =" absolute left-0 right-0 top-0 -mt-24 max-h-[80%] overflow-hidden sm:mt-0 "
65
65
style =" mask-image : linear-gradient (black , transparent 80% )"
66
66
>
67
67
<img
You can’t perform that action at this time.
0 commit comments