Skip to content

Commit

Permalink
fix typo: top of caption is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
edwar4rd committed Aug 17, 2023
1 parent 928c9c6 commit a7b9865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
z-index: 1;
left: 0;
/* top: 88.5%; */
top: calc(100vw / 1187 * 0.4425 * 662 + 50%);
top: calc(100vw / 1187 * 0.885 * 662 + 50% - 100vw / 1187 * 662 / 2);
width: 100%;
text-align: center;
vertical-align: middle;
Expand Down

0 comments on commit a7b9865

Please sign in to comment.