From a0fee94223bb0ff35abb7a0c47a49fd1d7349c96 Mon Sep 17 00:00:00 2001 From: Willian Justen de Vasconcellos Date: Wed, 28 Oct 2020 11:47:45 -0300 Subject: [PATCH] Change extra-loose size to accomodate system font --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 3535079a7..24416d3e7 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -47,7 +47,7 @@ module.exports = { 'rgba(0, 0, 0, 0.02) 0px 30px 30px, rgba(0, 0, 0, 0.03) 0px 0px 8px, rgba(0, 0, 0, 0.05) 0px 1px 0px', }, lineHeight: { - 'extra-loose': '2.3' + 'extra-loose': '2.2' } }, },