Skip to content

Commit

Permalink
Use rems rather than pxs for icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
alinekeller committed Feb 9, 2024
1 parent a40ac16 commit da97216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/components/molecules/list-group/list-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@

&:before {
content: "";
width: 36px;
height: 36px;
width: 2.25rem;
height: 2.25rem;
background: url(../images/icons/icon-teaser-video.svg);
background-size: 100%;
border-radius: 50%;
Expand Down

0 comments on commit da97216

Please sign in to comment.