Skip to content

Commit

Permalink
fixup to header lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Dec 20, 2024
1 parent 5ae442c commit aa9d2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/global/page-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const PageHeader = async () => {

return (
<header className="shadow-lg">
<div className="bg-cardinal-red">
<div className="border-b-4 border-white bg-cardinal-red">
<div className="centered py-3">
<a
className="logo text-20 text-white no-underline hocus:text-white hocus:underline"
Expand All @@ -29,7 +29,7 @@ const PageHeader = async () => {
</div>
</div>
<GlobalMessage />
<div className="relative border-4 border-white bg-fog-light">
<div className="relative border-b-4 border-white bg-fog-light">
<div className="w-full border-b-2 lg:border-b-0">
<div className="min-h-50 rs-py-2 centered pr-24 lg:pr-0">
<div className="flex w-full justify-between">
Expand Down

0 comments on commit aa9d2ae

Please sign in to comment.