Adjust CSS

This commit is contained in:
silvanshade 2022-06-16 11:52:59 -06:00
parent e4b4abac40
commit 2a8b4e98ab
No known key found for this signature in database

View file

@ -15,8 +15,10 @@ body {
div[id=container] {
display: grid;
height: 90%;
width: 75%;
height: 90%;
min-width: 800px;
min-height: 600px;
grid-template-rows: auto auto auto minmax(0, 1fr) auto auto auto;
grid-template-columns: repeat(2, minmax(0, 1fr));
margin: auto;