This is an automated email from the ASF dual-hosted git repository.

zkaoudi pushed a commit to branch zkaoudi-patch-3
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git

commit acd3c06434841cdbab0eff77e15c26ecb1d8ebcc
Author: Zoi Kaoudi <[email protected]>
AuthorDate: Wed Nov 26 19:32:01 2025 +0100

    display four features in one line
    
    Change column class from 'col--4' to 'col--3'
---
 src/components/HomepageFeatures/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/HomepageFeatures/index.tsx 
b/src/components/HomepageFeatures/index.tsx
index 76940f13..2800aaff 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -49,7 +49,7 @@ const FeatureList: FeatureItem[] = [
 
 function Feature({title, Svg, description}: FeatureItem) {
   return (
-    <div className={clsx('col col--4')}>
+    <div className={clsx('col col--3')}>
       <div className="text--center">
         <Svg className={styles.featureSvg} role="img" />
       </div>

Reply via email to