Skip to content

Commit

Permalink
fixup hex-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Nov 6, 2023
1 parent 46534d8 commit 35c4ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/elements/_hex-icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

& > * {
position: absolute;
width: 24px;
height: 24px;
width: calc(var(--icon-height) / 2);
height: calc(var(--icon-height) / 2);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
Expand Down

0 comments on commit 35c4ae3

Please sign in to comment.