Skip to content

Commit

Permalink
feat: update icon sizing (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
twhite313 authored Dec 21, 2024
1 parent 167745a commit d702499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eds/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ main {
inline-size: 24px;
}

.icon[class$="-48"] {
.icon:where([class$="-48"], [class$="-64"]) {
block-size: 48px;
inline-size: 48px;
}
Expand Down

0 comments on commit d702499

Please sign in to comment.