Skip to content

Conversation

@PalakBhatnagar172
Copy link

No description provided.

Copy link

@Imran-imtiaz48 Imran-imtiaz48 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants