Issue with Material UI/Grids for Login Page
As a newcomer to Material UI/Grids, I am currently working on creating a login page where the layout is split into two parts. The left side occupies 5 column spaces while the right side takes up 7 column spaces. Within the right side of the login page, there should be two main components: a login header and a login form. My goal is to have the login header occupy approximately 20-30% of the container height, with the login form centered both vertically and horizontally within the remaining space (60-70% of the container).
Progress So Far:
To better visualize the positioning of my containers and items, I have incorporated some styling in my code. While I believe I have successfully implemented most of the required functionality, there are still a few lingering issues.
Code Sample: https://codesandbox.io/s/material-ui-grid-forked-duszk?file=/src/App.js
Ongoing Challenges:
- The right side of the login page does not match the height of the left side.
- Although the login form is centered horizontally, it lacks vertical alignment and fails to utilize the available space within the grid.
- There appears to be no spacing between the grid items on the right-hand side.