diff --git a/src/app/main/content/components/cards/cards.component.html b/src/app/main/content/components/cards/cards.component.html index 4c8cf2ae..08e092c1 100644 --- a/src/app/main/content/components/cards/cards.component.html +++ b/src/app/main/content/components/cards/cards.component.html @@ -635,17 +635,12 @@
- +
-
Top Winter Locations
-
More than 200 locations
-
- -
- Cards provide context and an entry point to more robust information and views, and - their content and quantity can vary greatly. +
Top eastern road trips
+
2,000 miles of wonder
@@ -653,14 +648,14 @@
-
+
Card content that exceeds the maximum card height is truncated and does not scroll, but the card can be expanded. Once expanded, the card may exceed the @@ -858,6 +853,7 @@
+
Winter
@@ -925,8 +921,8 @@
-
Travel
-
Big City Life
+
Brooklyn
+
Travel guide
@@ -935,11 +931,6 @@
-
- Cards provide context and an entry point to more robust information and views, and - their content and quantity can vary greatly. -
-
diff --git a/src/app/main/content/components/cards/cards.component.ts b/src/app/main/content/components/cards/cards.component.ts index a88b284b..d43b7aa3 100644 --- a/src/app/main/content/components/cards/cards.component.ts +++ b/src/app/main/content/components/cards/cards.component.ts @@ -9,6 +9,9 @@ import { fuseAnimations } from '../../../../core/animations'; }) export class FuseCardsDocsComponent { + card9Expanded = false; + card10Expanded = false; + constructor() {