We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the iphone x device is getting out of container , and i want to scall it down. HOW CAN I DO THAT?
The text was updated successfully, but these errors were encountered:
If you do not mind the bounding box size doesn't fit the scaled container. You can try use transform: scale(0.5).
Sorry, something went wrong.
scale down works to reduce the size, but it still occupy the initial size.
<div className="flex flex-wrap"> <div className="w-full md:w-1/2 flex h-full bg-green-400"> <div className=" flex bg-red scale-50"> <Mobile> <ProfileUi /> </Mobile> </div> </div> <div> <h1>Profile</h1> <p> Lorem, ipsum dolor sit amet consectetur adipisicing elit. Cumque, voluptatibus. </p> </div> </div>
No branches or pull requests
the iphone x device is getting out of container , and i want to scall it down. HOW CAN I DO THAT?
The text was updated successfully, but these errors were encountered: