Fix text overflow

This commit is contained in:
Sara
2023-09-26 12:54:37 +02:00
parent c4a071c043
commit 0370b3935e
3 changed files with 8 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ module.exports = {
gridTemplateRows: {
layout: "auto auto minmax(0, 1fr)",
"mobile-inner": "minmax(0, 2fr) minmax(0, 1fr)",
"layout-one": "minmax(0, 1fr) auto",
},
animation: {
"spin-slow": "spin 3s linear infinite",