jumbotron/fix: updated scaling, pluralization
continuous-integration/drone/push Build is passing Details

dev
Antonio De Lucreziis 6 months ago
parent d809001929
commit 41efb3b890

@ -43,7 +43,7 @@ export const JumbotronPage = ({}) => {
</div>
</div>
<div class="centered">
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`}
</div>
</main>
</>

@ -473,7 +473,7 @@ main.page-jumbotron {
justify-content: center;
zoom: 2.5;
transform: scale(2);
.row {
display: grid;

Loading…
Cancel
Save