Skip to content

Commit a664182

Browse files
committed
Change portfolio container height
1 parent 304950f commit a664182

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/app/data/portfolio.data.en.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export const PROJECTS_EN: Projects[] = [
3232
},
3333
{
3434
title: 'Mini-Games',
35-
description: 'A collection of small Python games ready to be played.',
35+
description:
36+
'A set of 7 Python games focused on exploring the language and technical concepts like "random walk".',
3637
technologies: ['Python', 'Pandas'],
3738
repoPath: 'https://github.com/diverintech/python-projects',
3839
},

src/app/data/portfolio.data.pt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const PROJECTS_PT: Projects[] = [
3333
{
3434
title: 'Mini-Games',
3535
description:
36-
'Um conjunto de pequenos jogos em Python que estão prontos a ser jogados.',
36+
'Conjunto de 7 jogos desenvolvidos em Python, focados na exploração da linguagem e em conceitos técnicos como "random walk"',
3737
technologies: ['Python', 'Pandas'],
3838
repoPath: 'https://github.com/diverintech/python-projects',
3939
},

src/app/features/portfolio/portfolio.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
grid-template-rows: 0.5fr 2fr 1fr 0.5fr;
2727
border: 2px solid #007acc;
2828
margin-bottom: 2rem;
29+
min-height: 25rem;
2930

3031
@include media-query-min('m') {
3132
margin-bottom: 0;

0 commit comments

Comments
 (0)