Skip to content

Commit

Permalink
style(docs): fix mega menu alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
brankoconjic committed Dec 20, 2023
1 parent 567455b commit 26e0027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/src/components/LemonSqueezyHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function ResourcesDropdown({ caseStudy, blog }: { caseStudy: WebflowData; blog:
</Navigation.DropdownColumn>

{/* ----------------------------- Blog Articles ---------------------------- */}
<Navigation.DropdownColumn className="place-content-start">
<Navigation.DropdownColumn className="place-content-start border-none pr-0">
<Navigation.DropdownTitle
buttonHref="https://www.lemonsqueezy.com/blog"
buttonLabel="All articles"
Expand Down Expand Up @@ -371,7 +371,7 @@ function PlatformDropdown() {
</Navigation.DropdownColumn>

{/* ----------------------------- Reporting ----------------------------- */}
<Navigation.DropdownColumn>
<Navigation.DropdownColumn className="border-none pr-0">
<Navigation.DropdownTitle label="Reporting" id="dropdown-menu__reporting" />

{links.reporting?.map(({ label, description, href }, index) => (
Expand Down

0 comments on commit 26e0027

Please sign in to comment.