Skip to content

Commit d147377

Browse files
authoredJan 25, 2022
Merge pull request TheOdinProject#119 from scheals/fix/solution-in-04-flex-information
04 flex information: fix the solution to fit the self-check
2 parents dd0cb70 + d6e658d commit d147377

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 
-24.1 KB
Loading

‎flex/04-flex-information/solution/solution.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ body {
3737

3838
.container {
3939
display: flex;
40-
align-items: center;
4140
justify-content: center;
4241
gap: 52px;
4342
}
4443

4544
.info {
4645
max-width: 200px;
47-
}
46+
}

0 commit comments

Comments
 (0)
Please sign in to comment.