From f5d0ad7a70b8db5be53fa75d3e45a18caaf979b1 Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Tue, 22 Feb 2022 08:15:59 -0400 Subject: [PATCH] The bottom of the content of all items will be aligned witn each other #562 --- flex/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex/style.css b/flex/style.css index 97a9e24..f328485 100644 --- a/flex/style.css +++ b/flex/style.css @@ -43,5 +43,5 @@ h1 { } #baseline { - + align-items: baseline; }