pccoe-acm-hacktoberfest-2023 / Education-Institute-frontend

Frontend website using HTML, CSS and jQuery.
0 stars 2 forks source link

[FIX]:Improve Button Clickability on Mobile #12

Open patil-rushikesh opened 2 weeks ago

patil-rushikesh commented 2 weeks ago

Description: Buttons and other clickable elements on the website have small hit areas, especially on mobile devices. This makes it difficult for users to tap them accurately, potentially leading to frustration. Mobile usability guidelines suggest that interactive elements should have a minimum size to accommodate touch-based interaction.

Solution: Increase the size of buttons and clickable areas using CSS by adding padding or explicitly setting a minimum width and height for these elements. The recommended size for tap targets is 44x44px. Ensure that there is adequate spacing between buttons to prevent accidental clicks. Use media queries to specifically target mobile breakpoints and apply these adjustments for touch-friendly interaction.