Skip to content

Commit

Permalink
Fix copy icon position in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
noirgif authored and rami3l committed Mar 8, 2024
1 parent 4581144 commit 45a2881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/rustup.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ hr {
position: relative;
width: fit-content;
height: fit-content;
top: 50%;
top: 27px;
left: 50%;
transform: translate(-50%, -50%);
}
Expand Down

0 comments on commit 45a2881

Please sign in to comment.