mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-19 13:46:05 +00:00
style(css): vertically center table body cells
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
57f189b004
commit
bc5f444658
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ kbd {
|
|||
.table tbody td {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
vertical-align: top;
|
||||
vertical-align: middle;
|
||||
border-bottom: 1px solid var(--line);
|
||||
transition:
|
||||
background-color 180ms ease,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue