We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3986155 commit 7d65a26Copy full SHA for 7d65a26
scss/_sidebarbox.scss
@@ -15,7 +15,8 @@
15
}
16
17
a {
18
- display: flex; // position link icons to right of sidebarbox container
+ display: flex; // position link icons to top-right of text in sidebarbox container
19
+ align-items: flex-start;
20
justify-content: space-between; // " "
21
text-decoration: none;
22
0 commit comments