Skip to content

Commit 9eb8834

Browse files
leifwalshivanov
authored andcommitted
space icon-links evenly across (pydata#1726)
* space icon-links evenly across pydata#1720 (rather than justified left) * restore column-gap
1 parent 6374090 commit 9eb8834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pydata_sphinx_theme/assets/styles/components/_icon-links.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
flex-direction: row;
88
column-gap: 1rem;
99
flex-wrap: wrap;
10+
justify-content: space-evenly;
1011

1112
// Remove the padding so that we can define it with flexbox gap above
1213
li.nav-item a.nav-link {

0 commit comments

Comments
 (0)