sampadatiwari30/DeshDarshan
View on GitHubLayout issue — .dance-item height too large (450px instead of 350px)
Open
#745 opened on Sep 9, 2025
buggood first issuegssoc 25
Repository metrics
- Stars
- (33 stars)
- PR merge metrics
- (PR metrics pending)
Description
Summary
The .dance-item component currently has a fixed height of 450px, which causes layout imbalance and inconsistent sizing across different screen sizes.
Steps to Reproduce
- Open the page containing
.dance-itemelements. - Observe that each item takes 450px in height regardless of content or screen size.
Expected Behavior
The .dance-item component should have a more balanced height (350px), allowing for better responsiveness and consistency.
Actual Behavior
The 450px height makes the component look oversized and misaligned with surrounding elements.
Proposed Fix
Reduced the height from 450px → 350px in the CSS.
See PR #.
Environment
- Browser: (e.g. Chrome 127, Firefox 120)
- OS: (e.g. Windows 11 / macOS 14)