forked from PolarisPyra/daphnis
removed custom width
This commit is contained in:
parent
64cb7ded43
commit
e39a8718f2
@ -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>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user