Merge pull request #183 from NateTewolde/patch-1

03-grid-layout-3: Remove a duplicate line of code from solution.css
This commit is contained in:
Daniel Murphy 2022-06-09 22:19:59 -04:00 committed by GitHub
commit ddbff17177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@
display: grid;
grid-template-columns: 1fr 4fr;
gap: 4px;
text-align: center;
}
.header {