ZEviod/open-source-mern

Improve responsive layout or spacing in a component's CSS

Offen

#19 geöffnet am 06.10.2025

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (7 Forks)auto 404
enhancementfront-endgood first issuehacktoberfest

Repository-Metriken

Stars
 (10 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Make a small improvement to the CSS of a component.
Examples: spacing fix, text alignment, mobile responsiveness, etc.

Relevant files:

  • src/components/*.css
  • src/index.css

🔧 What To Do

  • Run the app locally (npm start).
  • Inspect a component visually (e.g., Navbar, Footer, About).
  • Apply a CSS tweak: adjust padding, fix alignment, or add a responsive media query.
  • Submit a PR with a brief explanation of your change.

✅ Acceptance Criteria

  • Clear visual improvement on at least one screen size.
  • Change is scoped to CSS (with minimal markup change if necessary).

🧑‍🎓 Why This is Good for Beginners

  • Helps you get used to the local development flow.
  • Encourages testing visual changes and thinking in responsive design.

💡 Helpful Notes

  • Include before/after screenshots in your PR when possible.
  • Use browser devtools to simulate different device sizes.

Contributor Guide