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
What
On a desktop, It would be better to see the form next to the product information like that.
How
Use div around the product description and the form (corresponding to the red rectangles)
div
On the parent element, you can use display: flex. Thanks to a breakpoint you can switch between flex-direction: row and flex-direction: column
display: flex
flex-direction: row
flex-direction: column
(for more information on flex property: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
On a desktop, It would be better to see the form next to the product information like that.
How
Use
div
around the product description and the form (corresponding to the red rectangles)On the parent element, you can use
display: flex
. Thanks to a breakpoint you can switch betweenflex-direction: row
andflex-direction: column
(for more information on flex property: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ )
The text was updated successfully, but these errors were encountered: