diff --git a/src/assets/img/abacus.webp b/src/assets/img/abacus.webp
index e656659..4f3bc0e 100644
Binary files a/src/assets/img/abacus.webp and b/src/assets/img/abacus.webp differ
diff --git a/src/assets/img/arrow.svg b/src/assets/img/arrow.svg
new file mode 100644
index 0000000..de092ce
--- /dev/null
+++ b/src/assets/img/arrow.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/src/assets/img/books.webp b/src/assets/img/books.webp
index ad03147..b3e4304 100644
Binary files a/src/assets/img/books.webp and b/src/assets/img/books.webp differ
diff --git a/src/assets/img/calendar.webp b/src/assets/img/calendar.webp
index a73bf0d..2111a65 100644
Binary files a/src/assets/img/calendar.webp and b/src/assets/img/calendar.webp differ
diff --git a/src/assets/img/casa-nostra.webp b/src/assets/img/casa-nostra.webp
index fea205b..700525a 100644
Binary files a/src/assets/img/casa-nostra.webp and b/src/assets/img/casa-nostra.webp differ
diff --git a/src/assets/img/music.webp b/src/assets/img/music.webp
index 5c467c6..4efd120 100644
Binary files a/src/assets/img/music.webp and b/src/assets/img/music.webp differ
diff --git a/src/assets/img/pokedex.webp b/src/assets/img/pokedex.webp
index 065ca01..557f109 100644
Binary files a/src/assets/img/pokedex.webp and b/src/assets/img/pokedex.webp differ
diff --git a/src/assets/img/radar.webp b/src/assets/img/radar.webp
index 5d232d2..cc01337 100644
Binary files a/src/assets/img/radar.webp and b/src/assets/img/radar.webp differ
diff --git a/src/assets/img/space-invaders.webp b/src/assets/img/space-invaders.webp
index 9599828..b55a808 100644
Binary files a/src/assets/img/space-invaders.webp and b/src/assets/img/space-invaders.webp differ
diff --git a/src/assets/img/spark-ar.webp b/src/assets/img/spark-ar.webp
index 8b6d39c..3cfbb07 100644
Binary files a/src/assets/img/spark-ar.webp and b/src/assets/img/spark-ar.webp differ
diff --git a/src/assets/img/world.webp b/src/assets/img/world.webp
index 1dc8ab4..350839a 100644
Binary files a/src/assets/img/world.webp and b/src/assets/img/world.webp differ
diff --git a/src/components/PortfolioCard.astro b/src/components/PortfolioCard.astro
index 2d9d8ee..0db0c56 100644
--- a/src/components/PortfolioCard.astro
+++ b/src/components/PortfolioCard.astro
@@ -10,114 +10,104 @@ const { link, bgImage, title, description } = Astro.props;
---
-
-
+
-
+
{title}
-
+
{description}
+
diff --git a/src/sections/Portfolio.astro b/src/sections/Portfolio.astro
index 5fbc3cb..389d844 100644
--- a/src/sections/Portfolio.astro
+++ b/src/sections/Portfolio.astro
@@ -186,18 +186,12 @@ const t = useTranslations(Astro.currentLocale as Lang);
grid-row-gap: 24px;
max-width: 1200px;
width: 100%;
- grid-template-columns: 1fr 1fr 1fr;
+ grid-template-columns: 1fr 1fr;
justify-content: center;
justify-items: center;
}
- @media screen and (max-width: 1024px) {
- .card-grid {
- grid-template-columns: 1fr 1fr;
- }
- }
-
- @media screen and (max-width: 568px) {
+ @media screen and (max-width: 768px) {
.card-grid {
grid-template-columns: 1fr;
}