Skip to content

Commit ddbff17

Browse files
authored
Merge pull request TheOdinProject#183 from NateTewolde/patch-1
03-grid-layout-3: Remove a duplicate line of code from solution.css
2 parents 2ca2000 + dd6b001 commit ddbff17

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)