diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 3517405c9..7a1a01552 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -160,7 +160,7 @@ export function Sidebar({ } return ( -
+
{/* { diff --git a/tailwind.config.js b/tailwind.config.js index 957141f55..fc9593c96 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,6 +9,9 @@ module.exports = { ], prefix: '', theme: { + screens: { + xs: '540px', + }, container: { center: true, padding: '2rem', @@ -77,4 +80,4 @@ module.exports = { }, }, plugins: [require('tailwindcss-animate')], -}; \ No newline at end of file +};