diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-03-08 15:18:35 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-03-08 15:18:35 -0500 |
commit | 6afe43d94158db2805ff9b208d7c588f6327f63d (patch) | |
tree | 0edf6220c19e843343c30c8258b5b323402c0075 /blog/post/2024-03-02.html | |
parent | 210a186c15e2496eea0dbd5fd85e4f96f5d3bb89 (diff) | |
download | web-6afe43d94158db2805ff9b208d7c588f6327f63d.tar.xz |
Allow wrapping in flexbox.
Diffstat (limited to 'blog/post/2024-03-02.html')
-rw-r--r-- | blog/post/2024-03-02.html | 1 |
1 files changed, 1 insertions, 0 deletions
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; |