mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-17 21:44:21 +01:00
fix: rockets dashboard
This commit is contained in:
@@ -14,10 +14,12 @@ const config: Config = {
|
||||
center: true,
|
||||
padding: '2rem',
|
||||
screens: {
|
||||
'2xl': '1400px'
|
||||
'2xl': '1400px',
|
||||
'3xl': '1750px'
|
||||
}
|
||||
},
|
||||
extend: {
|
||||
screens: { '2xl': '1400px', '3xl': '1750px' },
|
||||
colors: {
|
||||
border: 'hsl(var(--border) / <alpha-value>)',
|
||||
input: 'hsl(var(--input) / <alpha-value>)',
|
||||
|
||||
Reference in New Issue
Block a user