Skip to content

Commit

Permalink
💄 Use tailwind #2736
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Jan 23, 2025
1 parent 8526ee6 commit 112314b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/pageComponents/shared/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@ const Header = ({ slugs, menuData, stickyMenuData }: HeaderProps) => {
</Topbar.InnerContainer>
</Topbar>
{stickyMenuData && (
<div
className={` hidden lg:block ${twBg} w-full shadow-top-bar z-40 px-[var(--layout-paddingHorizontal-small)]`}
>
<div className={` hidden lg:block ${twBg} w-full shadow-top-bar z-40 px-layout-sm`}>
<div className={`lg:grid grid-cols-3 max-w-[var(--topbar-innerMaxWidth)] py-4 `}>
<div className={`text-start font-medium text-md self-center ${hasOnlySingleLink ? 'col-span-2' : ''}`}>
{' '}
Expand Down

0 comments on commit 112314b

Please sign in to comment.