tailwind: almostscreen is 90

This commit is contained in:
Philippe Loctaux 2023-06-02 00:09:18 +02:00
parent 2cdec9e2b6
commit 1137b74cc0

View file

@ -4,7 +4,7 @@ module.exports = {
theme: { theme: {
extend: { extend: {
height: { height: {
almostscreen: '85vh', almostscreen: '90vh',
} }
}, },
}, },