Skip to content

Commit 4f4a7be

Browse files
authored
Merge pull request #71 from SharpAsWedge/patch-1
Update lesson for css flex for minor correction
2 parents 3e73ee3 + 3c49fa6 commit 4f4a7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/03-css/E-flex.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Vertically centering something previous to flex was a nightmare. Seriously, Goog
222222
223223
/* remove the height from the three boxes */
224224
.no-height {
225-
height: inherit;
225+
height: unset;
226226
}
227227
</style>
228228
<div class="flex-container ai-stretch">

0 commit comments

Comments
 (0)