Use the `size` attribute to adjust the size of the link:

- `inherit`(default): to adapt to the surrounding text
- `lg`
- `sm`

```html
<div class="flex gap-12">
  <sd-link href="https://solid-design-system.fe.union-investment.de/docs/">Inherit</sd-link>
  <sd-link href="https://solid-design-system.fe.union-investment.de/docs/" size="lg">Large</sd-link>
  <sd-link href="https://solid-design-system.fe.union-investment.de/docs/" size="sm">Small</sd-link>
</div>
```
