Change solution back to pixels and fix gap

This commit is contained in:
Daniel Murphy 2022-01-12 15:30:06 -05:00
parent 43e93bc9d4
commit 18de05f55b
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ body, html {
.container {
display: grid;
grid-template-columns: 300px 1fr;
grid-template-rows: 80px 80px 1fr 80px;
gap: 16px;
grid-template-columns: 300px 900px;
grid-template-rows: 100px 100px 500px 100px;
gap: 15px;
}
.header {