mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-09 18:16:23 -04:00
Fix LandingPage ENG-140, ENG-186 (#296)
Update Major Fixes - Create a better mobile View for the Desktop App Image. - Changed to Badge to be automatically refreshed when new Jobs added, or Jobs opportunities removed. - Extend the Tailwind config. - Fixing the Image bug on the LandingPage.
This commit is contained in:
@@ -3,3 +3,13 @@
|
||||
// const defaultTheme = require('tailwindcss/defaultTheme');
|
||||
|
||||
module.exports = require('./style/tailwind')();
|
||||
|
||||
module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
zIndex: {
|
||||
'55': '55',
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user