Skip to content

Commit

Permalink
docs(website): reduce Contributor_Tiers page's table vertical Padding (
Browse files Browse the repository at this point in the history
…#9041)

* docs: instead br with new line

* fix: remove last child p element margin

* fix: remove last child p element margin
  • Loading branch information
developer-bandi committed Jun 2, 2024
1 parent d39e6fd commit 50cc96d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/maintenance/Contributor_Tiers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ These tiers of contributors, committers, and maintainers roughly reflect how we'
<th>Committer</th>
<td>
~5 points in issues
<br />

~5 points in pull requests
<br />

~15 points total
<br />2 of 4 consecutive active months
</td>
Expand All @@ -52,15 +52,16 @@ These tiers of contributors, committers, and maintainers roughly reflect how we'
<th>Maintainer</th>
<td>
~10 points in issues
<br />

~10 points in pull requests
<br />

~30 points total
<br />3 of 6 active months
</td>
<td>~20 points</td>
<td>~2 shares / active month</td>
</tr>

</tbody>
</table>

Expand Down
4 changes: 4 additions & 0 deletions packages/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,7 @@ h6 {
.markdown a * {
vertical-align: baseline;
}

td > p:last-child {
margin-bottom: 0;
}

0 comments on commit 50cc96d

Please sign in to comment.