sampadatiwari30/DeshDarshan

Layout issue — .dance-item height too large (450px instead of 350px)

Open

#745 opened on Sep 9, 2025

View on GitHub
 (0 comments) (0 reactions) (1 assignee)HTML (157 forks)auto 404
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

  1. Open the page containing .dance-item elements.
  2. 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)

Contributor guide