Improved the responsiveness of the login and register pages on mobile
This commit is contained in:
@@ -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")],
|
||||
|
||||
Reference in New Issue
Block a user