liyasthomas / liyasthomas/helloish
no space between header and main content
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
It would look nicer if there was some space between the header and the main content.
I would have made a PR but I'm unsure whether to add margin-top or margin-bottom to the main content or the header, respectively, mainly because the main content element seems to use absolute positioning with fixed top values which might complicate matters.

The above screenshot is from Firefox. For some reason, it looks good on Chrome:

🎄 & 2️⃣ 0️⃣ 2️⃣ 1️⃣
Contributor guide
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
Start by locating the header and main content elements and inspecting the absolute positioning and fixed top values mentioned in the issue. Reproduce the layout in Firefox and Chrome, then adjust the spacing so the header and main content are visually separated without breaking either browser view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100