diff --git a/foundations/05-descendant-combinator/solution/solution.css b/foundations/05-descendant-combinator/solution/solution.css index ad40f09..7b57d3e 100644 --- a/foundations/05-descendant-combinator/solution/solution.css +++ b/foundations/05-descendant-combinator/solution/solution.css @@ -8,7 +8,6 @@ /* Below are some other possible descendant combinators: div p -div > p div .text .container p