Skip to content

Commit 5ba6f6c

Browse files
authored
Move external link margin to the left (#2126)
1 parent a47353e commit 5ba6f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/sidebar.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939

4040
.sidebar .external-link {
41-
margin: 0 2.5px 0 0;
41+
margin-left: 2.5px;
4242
}
4343

4444
.sidebar .sidebar-header {

0 commit comments

Comments
 (0)