forked from external-repos/LifeTrinket
fix width
This commit is contained in:
@@ -35,7 +35,7 @@ const standardSettings: Pick<
|
|||||||
orientation: Orientation.Landscape,
|
orientation: Orientation.Landscape,
|
||||||
};
|
};
|
||||||
|
|
||||||
const MainWrapper = twc.div`w-[100dvw] h-fit pb-24 overflow-hidden items-center flex flex-col min-[349px]:pb-10`;
|
const MainWrapper = twc.div`w-full h-fit pb-24 overflow-hidden items-center flex flex-col min-[349px]:pb-10`;
|
||||||
|
|
||||||
const StartButtonFooter = twc.div`w-full max-w-[548px] fixed bottom-4 z-1 items-center flex flex-row flex-wrap px-4 z-10 gap-4`;
|
const StartButtonFooter = twc.div`w-full max-w-[548px] fixed bottom-4 z-1 items-center flex flex-row flex-wrap px-4 z-10 gap-4`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user