diff --git a/src/components/Articles/Articles.scss b/src/components/Articles/Articles.scss index f0c6776..8f2c48e 100644 --- a/src/components/Articles/Articles.scss +++ b/src/components/Articles/Articles.scss @@ -22,7 +22,6 @@ height: 100%; object-fit: cover; border-radius: 10px; - grid-column: span 6; @include tablet {grid-column: span 12;} @include phone-portrait { grid-column: span 12; diff --git a/src/components/Articles/Articles.tsx b/src/components/Articles/Articles.tsx index 4fed237..a9418d1 100644 --- a/src/components/Articles/Articles.tsx +++ b/src/components/Articles/Articles.tsx @@ -65,7 +65,7 @@ const Articles = () => { {truncateText(article.excerpt, 25)} -
+
{article.title}