occidental-lang / occidental-lang/occidental-lang.github.io
Comparison table isn't mobile responsive
Open
@trosel is already working on this.
Since Jan 18, 2022.
- Dominant language
- HTML
- Stars
- 4
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The Occidental | French | Spanish comparison table on the homepage isn't mobile responsive on screens having 400px width.
To fix the issue, set <table>
display: block;
overflow-x: auto;
white-space: nowrap;
and <thead>
display: table;
width: 100%;
and <tbody>
display: table;
width: 100%;
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.
Assessment
This issue has not been assessed yet.