diff --git a/docs/docs/components/card.md b/docs/docs/components/card.md
index bb50a96cd..daf427d79 100644
--- a/docs/docs/components/card.md
+++ b/docs/docs/components/card.md
@@ -15,9 +15,9 @@ icon: card
Mittens
This kitten is as cute as he is playful. Bring him home today!
- 6 weeks old
+ 6 weeks old
-
+
More Info
@@ -27,16 +27,6 @@ icon: card
.card-overview {
width: 300px;
}
-
- .card-overview small {
- color: var(--wa-color-text-quiet);
- }
-
- .card-overview [slot='footer'] {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
```
@@ -65,9 +55,9 @@ If using SSR, you need to also use the `with-header` attribute to add a header t
```html {.example}