Skip to content

Commit

Permalink
revert to odd after review
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed Oct 28, 2024
1 parent cd36f07 commit 75b9051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/docs-ndl.css
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ body.docs-ndl .cards .icon span {
}

/* For the 1st, 3rd etc highlights, move the image to the right */
body.docs-ndl .widget.highlights:nth-of-type(even) .icon {
body.docs-ndl .widget.highlights:nth-of-type(odd) .icon {
order: 1;
}

Expand Down

0 comments on commit 75b9051

Please sign in to comment.