The hand image is hidden at the bottom. I have notice that actually doesn't exist a way to put the image at the bottom, because the image have a transparent space at the bottom that then we need hidden using a negative bottom (Actually it say bottom: -38px, but it value is wrong for my screen, please check screenshot 1.). So the solution is edit the image to delete it transparent space, since the image is resizing depending of the screen and the transparent space too is resizing, therefore the actual bottom: -38px work for the screen of someone, but not for my screen.
The "Hola!" "Ingresa el número de boleta" text is not at the position expected. (Please check screenshot 2).
All text is more small that in the design. Please add a Media query to change the font size for desktop.
Screenshots
The hand image is hidden at the bottom. Please edit the image to delete transparent bottom image and change bottom: -38px for bottom: 0px
It looks so on my screen
This is the transparent bottom space that have the image, please delete it editing the image
The "Hola!" and "Ingresa el número de boleta" text is not at the position expected
Actually is:
Should be:
Please re positioning it and delete the line-height in both tags element.
All text are more small that in the design
Actually is:
Should be:
Describe the bug I have checked and the Check view have some differences with the design
To Reproduce Go to https://dev--azordev-dasher-user.netlify.app/check
Expected behavior I have listed the bugs here:
bottom: -38px
, but it value is wrong for my screen, please check screenshot 1.). So the solution is edit the image to delete it transparent space, since the image is resizing depending of the screen and the transparent space too is resizing, therefore the actualbottom: -38px
work for the screen of someone, but not for my screen.Screenshots
bottom: -38px
forbottom: 0px
It looks so on my screen This is the transparent bottom space that have the image, please delete it editing the imageline-height
in both tags element.