What happened?
In the "Supports Skills Including" section, the right-most skill badge ("HTML / CSS") breaks out of its parent card container. The element overflows off the right side of the screen, indicating an issue with how the items are wrapping on smaller viewports.
I want to work on this issue under Gssoc26
Steps to reproduce
1.Navigate to the landing page on a mobile device or narrow viewport.
2.Scroll down to the "Supports Skills Including:" card.
3.Observe the layout of the skill pills (Python, JavaScript, HTML / CSS).
Expected behaviour
The parent container holding the skill badges should safely contain all elements. If the screen is too narrow, the items should automatically wrap to a second line (e.g., using flex-wrap: wrap;) or the container should provide a horizontal scrollbar.
Actual Behavior
The "HTML / CSS" pill overflows the dark blue background container on the right side.
Area of the app affected
Homepage form
Python version
3.11.4
Operating system
macos
Relevant error output or logs
Before submitting
What happened?
In the "Supports Skills Including" section, the right-most skill badge ("HTML / CSS") breaks out of its parent card container. The element overflows off the right side of the screen, indicating an issue with how the items are wrapping on smaller viewports.
I want to work on this issue under Gssoc26
Steps to reproduce
1.Navigate to the landing page on a mobile device or narrow viewport.
2.Scroll down to the "Supports Skills Including:" card.
3.Observe the layout of the skill pills (Python, JavaScript, HTML / CSS).
Expected behaviour
The parent container holding the skill badges should safely contain all elements. If the screen is too narrow, the items should automatically wrap to a second line (e.g., using flex-wrap: wrap;) or the container should provide a horizontal scrollbar.
Actual Behavior
The "HTML / CSS" pill overflows the dark blue background container on the right side.
Area of the app affected
Homepage form
Python version
3.11.4
Operating system
macos
Relevant error output or logs
Before submitting