removed custom width
This commit is contained in:
@ -2,11 +2,9 @@ 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]">
|
||||
<div className="p-10">
|
||||
<ChunithmScorePlaylog />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user