diff --git a/client/pages/JumbotronPage.tsx b/client/pages/JumbotronPage.tsx index 93d05c4..f1b84b0 100644 --- a/client/pages/JumbotronPage.tsx +++ b/client/pages/JumbotronPage.tsx @@ -43,7 +43,7 @@ export const JumbotronPage = ({}) => {
- Per ora ci sono {solutions.length} soluzion{'ie'[solutions.length === 1 ? 1 : 0]} + Per ora {solutions.length === 1 ? `c'รจ 1 soluzione` : `ci sono ${solutions.length} soluzioni`}
diff --git a/client/styles/main.scss b/client/styles/main.scss index fc31e42..748d215 100644 --- a/client/styles/main.scss +++ b/client/styles/main.scss @@ -473,7 +473,7 @@ main.page-jumbotron { justify-content: center; - zoom: 2.5; + transform: scale(2); .row { display: grid;