Bug Report / UI Fix
Description
Two UI issues observed on the homepage hero section:
-
Hero description text is center-aligned — The paragraph text "Rajniti is an open-source platform to explore Indian MPs and MLAs..." should be left-aligned to match the overall left-anchored layout of the hero section.
-
Ashoka Chakra has incorrect z-index — The Ashoka Chakra illustration on the right side of the hero appears to overlap UI elements. Its z-index should be set to -1 so it renders behind the content.
Steps to Reproduce
- Visit https://rajniti-app.vercel.app
- Observe the hero section description text — it is center-aligned instead of left-aligned.
- Observe the Ashoka Chakra graphic overlapping or sitting above other elements.
Expected Behavior
- Description text:
text-align: left
- Ashoka Chakra container/image:
z-index: -1
Environment
- Browser: Chrome
- Page: Homepage (
/)
Labels
bug ui good first issue
Bug Report / UI Fix
Description
Two UI issues observed on the homepage hero section:
Hero description text is center-aligned — The paragraph text "Rajniti is an open-source platform to explore Indian MPs and MLAs..." should be left-aligned to match the overall left-anchored layout of the hero section.
Ashoka Chakra has incorrect z-index — The Ashoka Chakra illustration on the right side of the hero appears to overlap UI elements. Its
z-indexshould be set to-1so it renders behind the content.Steps to Reproduce
Expected Behavior
text-align: leftz-index: -1Environment
/)Labels
buguigood first issue