Skip to content

Commit

Permalink
fix visual bug
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Nov 30, 2023
1 parent 90f495d commit 04d2c3d
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 @@ -318,7 +318,7 @@ section {
left: 50%;
transform: translateX(-50%);
top: calc(-125% + 0.2em + 0.2em + 1em + 5px);
margin-top: -5px;
margin-top: -6px;
border: 5px solid;
border-color: rgba(var(--background-color)) transparent transparent transparent;
filter: invert(1);
Expand Down

0 comments on commit 04d2c3d

Please sign in to comment.