Skip to content

Commit 7d65a26

Browse files
committed
Fix document icon flex alignment in sidebar boxes
1 parent 3986155 commit 7d65a26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/_sidebarbox.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
}
1616

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

0 commit comments

Comments
 (0)