Skip to content

Commit

Permalink
Merge pull request TheOdinProject#163 from DragunovVelimirovic/patch-2
Browse files Browse the repository at this point in the history
03-grid-layout-3 Update solutions.css
  • Loading branch information
thatblindgeye authored Apr 16, 2022
2 parents 38dc43b + 0c62902 commit d27b59b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions grid/03-grid-layout-3/solution/solution.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,8 @@
gap: 50px;
}

.photo {
display: grid;
align-items: center;
}

.sidebar .side-content {
display: grid;
.side-content, .photo {
display: grid;
align-items: center;
}

Expand Down

0 comments on commit d27b59b

Please sign in to comment.