Skip to content

Commit dd6b001

Browse files
authored
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.
1 parent 2ca2000 commit dd6b001

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grid/03-grid-layout-3/solution/solution.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
display: grid;
111111
grid-template-columns: 1fr 4fr;
112112
gap: 4px;
113-
text-align: center;
114113
}
115114

116115
.header {

0 commit comments

Comments
 (0)