mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 02:53: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;
|
margin-bottom: 1.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
font-size: var(--wp--preset--font-size--small);
|
||||||
|
line-height: var(--wp--custom--body--small--typography--line-height);
|
||||||
|
|
||||||
th,
|
th,
|
||||||
td,
|
td,
|
||||||
|
@ -102,6 +104,11 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
padding: var(--wp--preset--spacing--10);
|
||||||
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
Loading…
Reference in a new issue