From 8f7dfed86158486d8cf6e907c1fc4ef076f1bd0a Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Tue, 1 Mar 2022 08:09:34 -0400 Subject: [PATCH] add an align-content property with a value of space-around #593 --- flex/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex/style.css b/flex/style.css index abf1933..fef2a2d 100644 --- a/flex/style.css +++ b/flex/style.css @@ -44,5 +44,5 @@ h1 { } #around { - + align-content: space-around; }