Skip to content

Commit

Permalink
fix bullet position
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed May 26, 2023
1 parent aaa5402 commit 745c5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code/tana-bullets.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Fixes & Misc
/* set our position parameters so the new symbols align with the old bullet position */
.bullet-container {
position: relative;
top: -9px;
top: -6px;
left: 0px;
}

Expand Down

0 comments on commit 745c5c0

Please sign in to comment.