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', } }, },