diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 680e23a6..a6178ce7 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -23,6 +23,9 @@ module.exports = { 100: "100", 1000: "1000", }, + gridTemplateRows: { + 7: "repeat(7, minmax(0, 1fr))", + }, }, }, };