Skip to content

Commit

Permalink
fix: avatar styles
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Stagi <[email protected]>
  • Loading branch information
zetareticoli and astagi authored Nov 27, 2024
1 parent c068264 commit 7b62980
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 37 deletions.
4 changes: 2 additions & 2 deletions docs/componenti/avatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,14 @@ Lista verticale di Avatar di dimensione piccola con classe `.size-sm`.
<div class="link-list-wrapper">
<ul class="link-list avatar-group">
<li>
<a class="dropdown-item list-item" href="#">
<a class="list-item" href="#">
<div class="avatar size-sm"><img src="https://randomuser.me/api/portraits/men/43.jpg" alt="" aria-hidden="true">
</div>
<span>Mario Rossi</span>
</a>
</li>
<li>
<a class="dropdown-item list-item" href="#">
<a class="list-item" href="#">
<div class="avatar avatar-orange size-sm complementary-3-bg">
<p aria-hidden="true">A</p>
</div>
Expand Down
Loading

0 comments on commit 7b62980

Please sign in to comment.