better layout

This commit is contained in:
Sara
2023-12-08 15:59:35 +01:00
parent f85c57bda1
commit 6e652f7795
6 changed files with 17 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ module.exports = {
theme: {
extend: {
gridTemplateRows: {
layout: "auto auto minmax(0, 1fr)",
"layout-topbar": "auto minmax(0,1fr)",
"mobile-inner": "minmax(0, 2fr) minmax(0, 1fr)",
"layout-one": "minmax(0, 1fr) auto",
},