Happy birthday Ankita !!#11
Conversation
Imran-imtiaz48
left a comment
There was a problem hiding this comment.
This change introduces responsive styling for the balloon elements by applying a default transform: scale(0.7) and then reducing their size further to scale(0.4) when the screen width is below 100px. The approach is good in principle since it anticipates different display sizes and provides a mobile-friendly adjustment. However, the breakpoint at max-width: 100px seems unusually small and may never realistically apply in modern devices. You might want to revisit that threshold and set it to something more practical, such as 480px or 768px, which are common breakpoints for phones and tablets. Overall, the styling addition is clean and scoped well with IDs, but fine-tuning the media query would make it more effective for real-world responsiveness.
No description provided.