From 6afe43d94158db2805ff9b208d7c588f6327f63d Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 8 Mar 2024 15:18:35 -0500 Subject: Allow wrapping in flexbox. --- blog/post/2024-03-02.html | 1 + 1 file changed, 1 insertion(+) (limited to 'blog/post') diff --git a/blog/post/2024-03-02.html b/blog/post/2024-03-02.html index e54f315..5c0f277 100644 --- a/blog/post/2024-03-02.html +++ b/blog/post/2024-03-02.html @@ -41,6 +41,7 @@ function ol() div.tf-gates-container { display: flex; justify-content: space-around; + flex-wrap: wrap; } div.tf-gates { flex: 1 240px; -- cgit v1.2.3