summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-03-08 15:18:35 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-03-08 15:18:35 -0500
commit6afe43d94158db2805ff9b208d7c588f6327f63d (patch)
tree0edf6220c19e843343c30c8258b5b323402c0075 /blog
parent210a186c15e2496eea0dbd5fd85e4f96f5d3bb89 (diff)
downloadweb-6afe43d94158db2805ff9b208d7c588f6327f63d.tar.xz
Allow wrapping in flexbox.
Diffstat (limited to 'blog')
-rw-r--r--blog/post/2024-03-02.html1
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;