removed custom width

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

View File

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