removed custom width
This commit is contained in:
@ -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>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user