From 1137b74cc0d63e13c804f8bdb199efdefbcb3c7e Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Fri, 2 Jun 2023 00:09:18 +0200 Subject: [PATCH] tailwind: almostscreen is 90 --- tailwind.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 0689b07..353a1aa 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -4,7 +4,7 @@ module.exports = { theme: { extend: { height: { - almostscreen: '85vh', + almostscreen: '90vh', } }, },