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:
Andre
2022-06-23 09:46:27 +02:00
committed by GitHub
parent c2f39fa17c
commit d95c03dcc9

View File

@@ -3,3 +3,13 @@
// const defaultTheme = require('tailwindcss/defaultTheme');
module.exports = require('./style/tailwind')();
module.exports = {
theme: {
extend: {
zIndex: {
'55': '55',
}
}
}
}