VISHAL_PANKHADE
@vishalpankhadeAll comments
- P@danielmrz-dev#accessibility#bem#tailwind-css#lighthouse@vishalpankhade
The website is perfect but the width of your card is taking 100%, It covers the whole website width in Chrome browser but in Firefox it is perfect,
You wrote style with JS, which is good but I think you should set @media-query for mobile-responsiveness, the Chrome dev tool shows @media(min-width: 1024px).lg:p-9 { padding: 2.25rem;},
the min-width is cosying that, I guess, let me know when you fix it, I'm following you : )
- @Dhananjaysutwane@vishalpankhade
you should have added border-radius: 12px on user details boxes, so the edges would look rounded and nice