Improved the responsiveness of the login and register pages on mobile

This commit is contained in:
Tiago Ribeiro
2023-08-28 15:47:04 +01:00
parent c879d5d8de
commit 3c711e0279
3 changed files with 19 additions and 11 deletions

View File

@@ -31,6 +31,14 @@ module.exports = {
speaking: {DEFAULT: "#EF5DA8", light: "#FEF6FA", transparent: "rgba(75, 192, 192, 0.5)"},
},
},
screens: {
"-sm": {max: "639px"},
"-md": {max: "767px"},
"-lg": {max: "1023px"},
"-xl": {max: "1279px"},
"-2xl": {max: "1535px"},
"-3xl": {max: "1919px"},
},
},
},
plugins: [require("daisyui")],