Skip to content

Commit

Permalink
remove border on large
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Apr 26, 2024
1 parent e1e98a2 commit c3b4f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/global/page-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const PageHeader = async () => {
</div>
{globalMessageConfig && <GlobalMessage {...globalMessageConfig}/>}
<div className="relative bg-fog-light">
<div className="w-full border-b-2">
<div className="w-full border-b-2 lg:border-b-0">
<div className="centered min-h-50 pr-24 rs-py-2 lg:pr-0">
<div className="flex w-full justify-between">
<Lockup {...siteSettingsConfig} {...lockupSettingsConfig}/>
Expand Down

0 comments on commit c3b4f5f

Please sign in to comment.