Skip to content

Commit

Permalink
Main navigation Blog dropdown aligned to right (#12624)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramram-mf committed Jul 16, 2024
1 parent 53801a3 commit 37cd1ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tailwind-plugins/site-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ function shared(theme) {
},
},
},
'&[data-dropdown-id="None"]': {
"[data-accordion-content]": {
".container": {
display: "flex",
justifyContent: "end",
},
},
},
},
".nav-accordion-content-inner": {
display: "flex",
Expand Down

0 comments on commit 37cd1ea

Please sign in to comment.