Commit cccf717
authored
docs(readme): fit the badges on one row and drop a rule from the header (#1567)
Two small fixes to the header that #1566 introduced.
**The badge row wrapped.** Six badges in the `for-the-badge` style are
wider than a typical readme column, so the last one stranded on a second
line, which reads as an accident rather than a layout. The **licence
badge** is removed: GitHub already shows the licence as a tab directly
above the readme, so it was the one badge carrying nothing the reader
did not already have. Five remain and fit.
**The tagline had a rule under it.** GitHub draws one under `h1` and
`h2`, which put a line between the tagline and the guide links for no
reason. It becomes an `h3` element, which keeps the size without the
rule; `markdownlint`'s allow-list gains `h3`.
docs: N/A — the readme is the change; no documentation page describes
it.1 parent c78936b commit cccf717
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments