From 0e3699c3dce7a102da7585db6b5c13f26156417e Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Mon, 5 Feb 2024 11:40:56 -0500 Subject: [PATCH] plans: Open up spacing around feature-cell text. --- web/styles/portico/comparison_table.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/styles/portico/comparison_table.css b/web/styles/portico/comparison_table.css index f13d382785..19c013f34f 100644 --- a/web/styles/portico/comparison_table.css +++ b/web/styles/portico/comparison_table.css @@ -256,7 +256,7 @@ .comparison-table-feature-desc { font-size: 14px; opacity: 0.7; - margin-top: 2px; + margin-top: 4px; } .comparison-value-positive { @@ -344,7 +344,7 @@ .comparison-table th, .comparison-table th.sticky { font-size: 14px; - line-height: 16px; + line-height: 18px; box-sizing: border-box; height: 44px; padding: 4px 2px; @@ -352,7 +352,7 @@ .comparison-table td { font-size: 14px; - line-height: 14px; + line-height: 18px; } .comparison-table td.subheader.comparison-table-feature {