Skip to content

fix: Improve website responsiveness across mobile and tablet viewports #4

@utkarsh232005

Description

@utkarsh232005

Description

The website's layout is currently not fully optimized for smaller screens. Certain components, text, or layout structures break or overlap when viewed on mobile devices and tablets, impacting the overall user experience.

Expected Behavior

The layout should fluidly adapt to various screen sizes (Mobile, Tablet, Desktop) using media queries or flexible layouts, ensuring all content remains readable and accessible.

Steps to Reproduce

  1. Open the website on a mobile browser or use DevTools to simulate a mobile viewport (e.g., width < 768px).
  2. Observe layout shifts, overflowing elements, or misaligned text.

Proposed Solution

  • Add CSS media queries for standard breakpoints (768px, 1024px).
  • Ensure flexible grid/flexbox layouts are utilized for container elements.
  • Check and fix any overflow issues (overflow-x).

Desktop / Mobile Viewport

  • OS: [e.g., Windows, macOS, Android, iOS]
  • Browser: [e.g., Chrome, Safari]

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions