From 8730075a63602a6de74eebdc84dabd3652e3cacd Mon Sep 17 00:00:00 2001 From: Jack Lingle Date: Thu, 8 Jun 2023 14:54:22 -0400 Subject: [PATCH] tweak comment in solution.css --- flex/05-flex-modal/solution/solution.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;