From d95c03dcc984705e7af8a42e582aa418fe5e115f Mon Sep 17 00:00:00 2001 From: Andre <34302688+CreatingBytes@users.noreply.github.com> Date: Thu, 23 Jun 2022 09:46:27 +0200 Subject: [PATCH] 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. --- packages/ui/tailwind.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/ui/tailwind.config.js b/packages/ui/tailwind.config.js index db646c12a..70fef82c9 100644 --- a/packages/ui/tailwind.config.js +++ b/packages/ui/tailwind.config.js @@ -3,3 +3,13 @@ // const defaultTheme = require('tailwindcss/defaultTheme'); module.exports = require('./style/tailwind')(); + +module.exports = { + theme: { + extend: { + zIndex: { + '55': '55', + } + } + } +}