From 1c5a117552a370b8be66008a25958850c436d1f4 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 20 Oct 2022 11:45:15 +0800 Subject: [PATCH] add flex wrap to website (#13771) --- website/src/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 9b0a11ddcf..e9dba89d72 100755 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -41,6 +41,7 @@ html[data-theme=''] .navbar__logo { .avatar__photo-link.bronze-sponsor { display: flex; + flex-wrap: wrap; margin-left: var(--button-margin); } @@ -138,4 +139,4 @@ dd { } @media only screen and (min-width: 1500px) { -} \ No newline at end of file +}