mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-09-03 05:10:00 +03:00
fix(ui): Skip lg breakpoint for cleaner interface
This commit is contained in:
+5
-1
@@ -8,7 +8,11 @@ module.exports = {
|
||||
container: {
|
||||
padding: '1rem',
|
||||
},
|
||||
extend: {},
|
||||
extend: {
|
||||
screens: {
|
||||
'md': '1024px'
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user