Skip to content

Commit

Permalink
fix: code hash width in smaller screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl-L committed Oct 16, 2023
1 parent 994f730 commit 93f3423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Script/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@

@media screen and (width <= 750px) {
.codeHash {
width: 600px;
width: 270px;
}
}
}
Expand Down

0 comments on commit 93f3423

Please sign in to comment.