
Shashank Gupta
@Shashank1003All comments
- @Tiago-Marts@Shashank1003
Hi Tiago! this solution looks good, you are handling long text nicely. But if you look at the small text on the small screen, it seems like the text is flying on the top with a lot of empty space at the bottom. To fix this, you can vertically align the advice text at the center (use flexbox) and give some margin-bottom to slightly uplift it.
- @SAM-dev-pixel@Shashank1003
Hi, you can add CSS {cursor: pointer} for the items that have some actions on click. It will improve user experience as rn I don't know which elements can be clicked, it just shows the default mouse pointer.
- @bashiribndawud@Shashank1003
Hey, hover animations aren't very smooth. Try to give at least 100-200 ms animation duration it will look better.