Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsiveness Issue #51

Open
mayank-0789 opened this issue Oct 10, 2024 · 4 comments
Open

Responsiveness Issue #51

mayank-0789 opened this issue Oct 10, 2024 · 4 comments
Assignees

Comments

@mayank-0789
Copy link

Responsiveness Issue Report

Overview

The website is experiencing responsiveness issues when viewed on different screen sizes, particularly on mobile devices. This markdown file outlines the problems, proposed solutions, and tasks to improve the responsiveness across various devices.


Issue Summary

  • Problem: The website layout breaks or doesn't adapt properly on screens below 768px wide (e.g., mobile phones and smaller tablets).
  • Affected Components:
    • Image scaling
    • Not proper scaling of blogs and articles section

#screenshot
Screenshot 2024-10-10 at 10 04 53 AM

Root Cause Analysis

  • Navigation Menu: The current flexbox CSS for the navigation bar does not wrap properly, causing items to overflow.
  • Images: Some images use fixed widths and heights rather than percentage-based values, making them not responsive.
  • Text Overflow: Lack of media queries to adjust font sizes or padding for smaller screens.
  • Buttons: Buttons have fixed widths and do not adjust based on viewport size, leading to misalignment.

Proposed Solutions

Use of Media Queries

@mayank-0789
Copy link
Author

mayank-0789 commented Oct 10, 2024

Hey @sajalbatra Please assign this issue to me I would love to work on it

@BitByteBoss
Copy link

@sajalbatra please assign this issue i will make it responsive

@sajalbatra
Copy link
Owner

@mayank-0789 assigned

@sajalbatra
Copy link
Owner

@mayank-0789 there is no responsive done by you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants