diff --git a/frontend/src/index.css b/frontend/src/index.css index 423dc77..8fa4a34 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,6 +1,10 @@ @import "tailwindcss"; @plugin "daisyui"; +@theme { + --breakpoint-xs: 30rem; +} + /* Pink Theme */ @plugin "daisyui/theme" { name: "pink"; diff --git a/frontend/src/pages/resource_details_page.tsx b/frontend/src/pages/resource_details_page.tsx index 66f5134..5b42095 100644 --- a/frontend/src/pages/resource_details_page.tsx +++ b/frontend/src/pages/resource_details_page.tsx @@ -694,8 +694,8 @@ function FileTile({ file }: { file: RFile }) { const navigate = useNavigate(); return ( -