Skip to content

Commit

Permalink
space icon-links evenly across pydata#1720
Browse files Browse the repository at this point in the history
(rather than justified left)
  • Loading branch information
leifwalsh authored Feb 22, 2024
1 parent 99f9b1c commit dde2cd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
.navbar-icon-links {
display: flex;
flex-direction: row;
column-gap: 1rem;
flex-wrap: wrap;
justify-content: space-evenly;

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

0 comments on commit dde2cd2

Please sign in to comment.