Skip to content

Conversation

@igorstalmach
Copy link
Contributor

Description

This pull request aims to fix landing page responsiveness on mobile devices (most notably iPhone Xr and above). It was determined that logos within the Integrated application configuration section and certain divs with the .hero-duo CSS class were causing a content overflow on sub-768px devices.

Changes made

The problem was fixed by adjusting the following properties:

  • max-width property value in the @media section,
  • min-width property value in the .logos CSS class.

Testing

Changes have been tested with Chrome DevTools using various devices presets (notably iPhone SE, Xr, 12 Pro, 14 Pro, as well as Galaxy S20 Ultra).

Why is this important

This content overflow pushes the hamburger icon off-screen, as well as introduces inconsistent scrolling behaviour, both of which can potentially confuse the user.

Screenshots of the problem

image

This commit updates 'css/landing.css' to fix a layout overflow on mobile
devices.
Copy link
Collaborator

@holzensp holzensp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix and sorry to let it sit.

@holzensp holzensp merged commit ed67ccd into apple:main Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants