Skip to content

Commit

Permalink
fix: minor positioning issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 28, 2021
1 parent 4e4cca6 commit 0283f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ a:hover > .bullet-container .bullet {
width: 4px;
height: 12px;
top: calc(50% - 6px);
left: -8px;
left: -6px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/_miscs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ a.tag {
padding: 0 4px;
border-radius: 4px;
font-weight: 600;
line-height: 1.6;
line-height: 1.4;
font-size: 0.8em;
}

Expand Down

0 comments on commit 0283f90

Please sign in to comment.