mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
corrected responsive articles issue
This commit is contained in:
@@ -7,6 +7,13 @@ module.exports = {
|
||||
],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
screens: {
|
||||
'sm': '640px',
|
||||
'md': '853px',
|
||||
'lg': '1024px',
|
||||
'xl': '1280px',
|
||||
'2xl': '1536px',
|
||||
},
|
||||
colors: {
|
||||
transparent: "transparent",
|
||||
neutral: {
|
||||
|
||||
Reference in New Issue
Block a user