This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.loginArea{ | |
display: grid; | |
height: 100%; | |
width: 100%; | |
grid-template-columns: 1fr 500px 1fr; | |
grid-template-rows: 100px 300px 1fr; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment