diff --git a/docs/components/card.md b/docs/components/card.md index 3c4278d1..97151231 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -59,25 +59,14 @@ Basic cards aren't very exciting, but they can display any content you want them ## Card with Header -Headers can be used to display titles and other card options. +Headers can be used to display titles and more. ```html preview
Header Title - - - - Edit - - - Rename - Duplicate - - Delete - - +
This card has a header. You can put all sorts of things in it! @@ -97,6 +86,10 @@ Headers can be used to display titles and other card options. .card-header h3 { margin: 0; } + +.card-header sl-icon-button { + font-size: var(--sl-font-size-medium); +} ```