mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 11:03:43 +03:00
Pledge form: Fix size and spacing on contributor list table
This commit is contained in:
parent
27163d33b2
commit
0af6bbe974
|
@ -94,6 +94,8 @@
|
|||
margin-bottom: 1.5rem;
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
font-size: var(--wp--preset--font-size--small);
|
||||
line-height: var(--wp--custom--body--small--typography--line-height);
|
||||
|
||||
th,
|
||||
td,
|
||||
|
@ -102,6 +104,11 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
padding: var(--wp--preset--spacing--10);
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #fff;
|
||||
color: inherit;
|
||||
|
|
Loading…
Reference in a new issue