From 3409e47eae3a976682850e3a7b49db9939e4ff37 Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Fri, 25 Feb 2022 09:37:53 -0400 Subject: [PATCH] Assign .top.side a flex-shrink value of 2 #572 --- flex/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex/style.css b/flex/style.css index 586a050..164e87a 100644 --- a/flex/style.css +++ b/flex/style.css @@ -28,7 +28,7 @@ h2 { } .top.side { - + flex-shrink: 2; } .top.center {