diff --git a/src/components/views/WorkshopView.tsx b/src/components/views/WorkshopView.tsx index 0134bfe..a7ea6a6 100644 --- a/src/components/views/WorkshopView.tsx +++ b/src/components/views/WorkshopView.tsx @@ -564,7 +564,7 @@ const WorkshopView = memo(function WorkshopView() { animate={{ opacity: 1, scale: 1 }} exit={{ opacity: 0, scale: 0.95 }} transition={{ duration: config.animationsEnabled ? 0.3 : 0 }} - className="flex flex-col items-center w-full max-w-6xl h-full max-h-full relative font-['Mojangles'] text-white select-none outline-none focus:outline-none" + className="flex flex-col items-center w-full h-full max-h-full relative font-['Mojangles'] text-white select-none outline-none focus:outline-none" >