diff --git a/flex/05-flex-modal/solution/solution.css b/flex/05-flex-modal/solution/solution.css index a50ab4a..aa438da 100644 --- a/flex/05-flex-modal/solution/solution.css +++ b/flex/05-flex-modal/solution/solution.css @@ -80,7 +80,7 @@ button.cancel { /* this keeps the icon from getting smashed by the text */ flex-shrink: 0; } -/* header container should be wrapped around button too in order for flex style to work */ +/* header container should be wrapped around the button element as well in order for flex style to work */ .header { display: flex; align-items: center;