This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 6fcda4585c105fe8189fc3d0527acc4bc60f2c5b Author: Lari Hotari <[email protected]> AuthorDate: Mon Oct 28 09:59:10 2024 +0200 Fix layout issue on home page with features with a wide display --- src/components/pages/HomePage/Features/Features.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/pages/HomePage/Features/Features.module.css b/src/components/pages/HomePage/Features/Features.module.css index 7d0a98869e18..19579af9ab1f 100644 --- a/src/components/pages/HomePage/Features/Features.module.css +++ b/src/components/pages/HomePage/Features/Features.module.css @@ -2,7 +2,8 @@ background-color: #FFF8E5; width: 100%; display: flex; - flex-wrap: wrap; + flex-direction: column; + flex-wrap: nowrap; justify-content: center; align-items: center; }
