removed custom width

This commit is contained in:
polaris
2024-07-01 14:48:26 -04:00
parent 64cb7ded43
commit e39a8718f2

View File

@ -2,11 +2,9 @@ import ChunithmScorePlaylog from "@/components/scoreplaylog/page";
const ChunithmPage = () => { const ChunithmPage = () => {
return ( return (
<div className="h-screen flex items-center justify-center overflow-y-scroll no-scrollbar"> <div className="p-10">
<div className="w-[70vw]">
<ChunithmScorePlaylog /> <ChunithmScorePlaylog />
</div> </div>
</div>
); );
}; };