From c9f4e474a7a63749d2b0dc4bf4e4badc3671b0e2 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Thu, 23 Feb 2023 07:02:14 +0000 Subject: [PATCH] integrations: Increase font size of trademark disclaimer. This is to address Google complaining that the font size is too small to read on the integration pages. --- web/styles/portico/integrations.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/portico/integrations.css b/web/styles/portico/integrations.css index 199edb9b37..82eb033533 100644 --- a/web/styles/portico/integrations.css +++ b/web/styles/portico/integrations.css @@ -570,7 +570,7 @@ $category-text: hsl(219, 23%, 33%); } .logos_disclaimer { - font-size: 13px; + font-size: 14px; font-style: italic; }