diff --git a/projects/plugins/protect/src/js/routes/home/home-admin-section-hero.tsx b/projects/plugins/protect/src/js/routes/home/home-admin-section-hero.tsx index d695f05eea9cc..59958c84024b9 100644 --- a/projects/plugins/protect/src/js/routes/home/home-admin-section-hero.tsx +++ b/projects/plugins/protect/src/js/routes/home/home-admin-section-hero.tsx @@ -43,7 +43,9 @@ const HomeAdminSectionHero: React.FC = () => { - { } + + + ); }; diff --git a/projects/plugins/protect/src/js/routes/home/styles.module.scss b/projects/plugins/protect/src/js/routes/home/styles.module.scss index 1f6e199cdd420..987e865644066 100644 --- a/projects/plugins/protect/src/js/routes/home/styles.module.scss +++ b/projects/plugins/protect/src/js/routes/home/styles.module.scss @@ -16,10 +16,7 @@ .stat-cards-wrapper { display: flex; justify-content: flex-start; - - > *:not( last-child ) { - margin-right: calc( var( --spacing-base ) * 3 ); // 24px - } + gap: calc( var( --spacing-base ) * 3 ); // 24px .disabled { opacity: 0.5;