Feedback Box on formbricks.com (#180)

* build and integrate feedback widget on formbricks-com

Co-authored-by: knugget <johannes@knugget.de>
This commit is contained in:
Matti Nannt
2023-01-11 12:23:03 +01:00
committed by GitHub
parent 3f8811f5f3
commit 5b174b0e8e
5 changed files with 60 additions and 23 deletions
+3
View File
@@ -41,6 +41,9 @@ module.exports = {
maxWidth: {
"8xl": "88rem",
},
screens: {
xs: "390px",
},
},
},
plugins: [require("@tailwindcss/typography"), require("@tailwindcss/forms")],