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:
parent
2ca2000177
commit
dd6b001a1e
|
@ -110,7 +110,6 @@
|
|||
display: grid;
|
||||
grid-template-columns: 1fr 4fr;
|
||||
gap: 4px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
Loading…
Reference in New Issue