mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 07:03:57 +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 {
|
.table tbody td {
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
vertical-align: top;
|
vertical-align: middle;
|
||||||
border-bottom: 1px solid var(--line);
|
border-bottom: 1px solid var(--line);
|
||||||
transition:
|
transition:
|
||||||
background-color 180ms ease,
|
background-color 180ms ease,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue