Skip to content

Commit

Permalink
Make navmenu wider on large screens (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus authored Nov 14, 2024
1 parent b5eb328 commit 05e326f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/popular-planes-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@theguild/components": patch
---

Make navmenu wider on large screens
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const ProductsMenu = React.forwardRef<HTMLDivElement, ProductsMenuProps>(
<span>Get started</span> <ArrowIcon />
</Anchor>
</div>
<div className="w-[269px]">
<div className="w-[269px] xl:w-[281px]">
<ColumnLabel>The GraphQL Stack</ColumnLabel>
<ul>
{(
Expand Down

0 comments on commit 05e326f

Please sign in to comment.