Remove a duplicate line of code from solution.css

There is a text-align:center in the .container block under the /*SOLUTION*/ comment when there is already a text-align:center within the original .container block on line 7.
This commit is contained in:
NateTewolde 2022-06-05 13:09:35 -07:00 committed by GitHub
parent 2ca2000177
commit dd6b001a1e
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 {