sampadatiwari30/DeshDarshan

Fix unwanted space between navbar and main image due to positioning

Open

#554 aperta il 15 ago 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)HTML (157 fork)auto 404
buggood first issuegssoc 25

Metriche repository

Star
 (33 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

UNDER GSSOC2025 Description: There is an extra space appearing between the navbar and the main image. This seems to be caused by the current CSS positioning rules. The gap affects the visual flow of the page and should be removed so the main image aligns directly under the navbar.

Steps to Reproduce: Open the homepage. Observe the space between the navbar and the main image.

Expected Behavior: The main image should start immediately below the navbar without any unintended gap.

Possible Cause: Margin or padding applied to the navbar or image container. Absolute/relative positioning pushing the image down.

Guida contributor