diff --git a/components/Navbar/navbar.js b/components/Navbar/navbar.js index 1db120f6..e71895d4 100644 --- a/components/Navbar/navbar.js +++ b/components/Navbar/navbar.js @@ -75,15 +75,16 @@ function Navbar() { return (
+
-
+
conference logo
{isTablet ? ( -
+
{drop ? (
@@ -136,7 +136,7 @@ function Navbar() { {show === link.title && link.subMenu && (
@@ -148,7 +148,7 @@ function Navbar() { rel="noopener noreferrer" >
{subL.title} diff --git a/tailwind.config.js b/tailwind.config.js index e87b5ba7..112fff30 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,10 +1,10 @@ const dark = { - 300: "#E8E2F4", - 400: "#C6BED9", - 500: "#9081B0", - 600: "#675788", - 700: "#453763", + 300: "#E8E2F4", + 400: "#C6BED9", + 500: "#9081B0", + 600: "#675788", + 700: "#453763", }; module.exports = { @@ -30,6 +30,13 @@ module.exports = { colors: { dark: dark, }, + backdropBlur: { + xs: '2px', + sm: '4px', + DEFAULT: '8px', + lg: '10px', + xl: '20px', + }, }, screens: { xl: { max: '1279px' },