You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Careers page, a div containing multiple nested divs (representing cards for each open vacancy) flows to the left due to improper CSS properties. This issue occurs particularly when zooming in or using smaller screens, such as laptops or mobile devices.
Expected Behavior
The displayed design should consist of two responsive parts that adapt properly to device width upon resizing or zooming. The layout should remain consistent and visually aligned, ensuring optimal responsiveness across devices of varying screen sizes.
@Iamrushabhshahh This is not the correct repository to open this issue.Another issue has been opened on the main repo of layer5 by me.We can close this issue now.
Current Behavior
On the Careers page, a div containing multiple nested divs (representing cards for each open vacancy) flows to the left due to improper CSS properties. This issue occurs particularly when zooming in or using smaller screens, such as laptops or mobile devices.
Expected Behavior
The displayed design should consist of two responsive parts that adapt properly to device width upon resizing or zooming. The layout should remain consistent and visually aligned, ensuring optimal responsiveness across devices of varying screen sizes.
Steps to Reproduce
Suggested Fix
flex-wrap: wrap
orgrid-template-columns
are correctly applied to handle responsive behavior.Screenshots/Logs
Environment Details
stable-v
stable-v
Additional Notes
Improving the responsiveness will enhance user experience and ensure the design remains functional across diverse device types.
The text was updated successfully, but these errors were encountered: