Skip to content

Commit

Permalink
Fix document icon flex alignment in sidebar boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCDL committed Jan 3, 2023
1 parent 3986155 commit 7d65a26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_sidebarbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
}

a {
display: flex; // position link icons to right of sidebarbox container
display: flex; // position link icons to top-right of text in sidebarbox container
align-items: flex-start;
justify-content: space-between; // " "
text-decoration: none;

Expand Down

0 comments on commit 7d65a26

Please sign in to comment.