diff --git a/src/features/pages/home/start-trading-steps/data.tsx b/src/features/pages/home/start-trading-steps/data.tsx index 9ee44a180fe..5b213f392eb 100644 --- a/src/features/pages/home/start-trading-steps/data.tsx +++ b/src/features/pages/home/start-trading-steps/data.tsx @@ -22,8 +22,7 @@ export const RowCards: CardContent[] = [ color: 'gray', align: 'center', size: 'md', - contentClassName: 'flex justify-center', - nonContentClassName: 'p-general-2xl', + contentClassName: 'px-general-lg pt-general-lg', }, { id: 2, @@ -43,8 +42,7 @@ export const RowCards: CardContent[] = [ color: 'gray', align: 'center', size: 'md', - contentClassName: 'flex justify-center', - nonContentClassName: 'p-general-2xl', + contentClassName: 'px-general-lg pt-general-lg', }, { id: 3, @@ -64,8 +62,7 @@ export const RowCards: CardContent[] = [ color: 'gray', align: 'center', size: 'md', - contentClassName: 'flex justify-center', - nonContentClassName: 'p-general-2xl', + contentClassName: 'px-general-lg pt-general-lg', }, ] @@ -88,8 +85,7 @@ export const EUCards: CardContent[] = [ color: 'gray', align: 'center', size: 'md', - contentClassName: 'flex justify-center', - nonContentClassName: 'p-general-2xl', + contentClassName: 'px-general-lg pt-general-lg', }, { id: 2, @@ -109,8 +105,7 @@ export const EUCards: CardContent[] = [ color: 'gray', align: 'center', size: 'md', - contentClassName: 'flex justify-center', - nonContentClassName: 'p-general-2xl', + contentClassName: 'px-general-lg pt-general-lg', }, { id: 3, @@ -130,7 +125,6 @@ export const EUCards: CardContent[] = [ color: 'gray', align: 'center', size: 'md', - contentClassName: 'flex justify-center', - nonContentClassName: 'p-general-2xl', + contentClassName: 'px-general-lg pt-general-lg', }, ] diff --git a/src/features/pages/home/start-trading-steps/index.tsx b/src/features/pages/home/start-trading-steps/index.tsx index d78f1432995..521c8367d50 100644 --- a/src/features/pages/home/start-trading-steps/index.tsx +++ b/src/features/pages/home/start-trading-steps/index.tsx @@ -9,6 +9,7 @@ const StartTradingSteps = () => { const { is_eu } = useRegion() return ( } cta={} cols="three" diff --git a/src/images/migration/home/steps1.png b/src/images/migration/home/steps1.png index 235799773db..9658b98475f 100644 Binary files a/src/images/migration/home/steps1.png and b/src/images/migration/home/steps1.png differ diff --git a/src/images/migration/home/steps1_eu.png b/src/images/migration/home/steps1_eu.png index be1d1e18463..5ff023a5a20 100644 Binary files a/src/images/migration/home/steps1_eu.png and b/src/images/migration/home/steps1_eu.png differ diff --git a/src/images/migration/home/steps2.png b/src/images/migration/home/steps2.png index 3481ddede8a..0d5d5086c6b 100644 Binary files a/src/images/migration/home/steps2.png and b/src/images/migration/home/steps2.png differ diff --git a/src/images/migration/home/steps2_eu.png b/src/images/migration/home/steps2_eu.png index 219ab071e39..0d5d5086c6b 100644 Binary files a/src/images/migration/home/steps2_eu.png and b/src/images/migration/home/steps2_eu.png differ diff --git a/src/images/migration/home/steps3.png b/src/images/migration/home/steps3.png index e9b8e240632..08243a3e9c3 100644 Binary files a/src/images/migration/home/steps3.png and b/src/images/migration/home/steps3.png differ diff --git a/src/images/migration/home/steps3_eu.png b/src/images/migration/home/steps3_eu.png index b457ec1e96d..8c32d75f1a3 100644 Binary files a/src/images/migration/home/steps3_eu.png and b/src/images/migration/home/steps3_eu.png differ