PythonIreland / PythonIreland/2026.pycon.ie
Decorative blur blob overflows mobile viewport
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1
- Forks
- 0
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
Problem
A .absolute w-96 h-96 bg-py-blue/10 rounded-full element extends to right:478px on a 375px viewport. No horizontal scroll today (parent clips), cosmetic only, but the decorative layer isn't constrained.
Fix
Ensure overflow-hidden on the hero wrapper or constrain the blob with max-w.
File: layouts/partials/hero.html
Found by /seo audit (visual), 2026-05-29.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open layouts/partials/hero.html and inspect the hero wrapper and its decorative .absolute w-96 h-96 bg-py-blue/10 rounded-full element. Apply the issue's overflow or size constraint, then check the page at a 375px viewport to confirm the blob no longer extends beyond the mobile viewport and horizontal overflow remains absent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 86/100