diff --git a/themes/wporg-5ftf-2024/src/style/_pledge-form.scss b/themes/wporg-5ftf-2024/src/style/_pledge-form.scss index 0559a93..459362f 100644 --- a/themes/wporg-5ftf-2024/src/style/_pledge-form.scss +++ b/themes/wporg-5ftf-2024/src/style/_pledge-form.scss @@ -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;