Skip to content

Commit

Permalink
fix: terrasos logo cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
flagrede committed Nov 20, 2024
1 parent b53919b commit 06ae251
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ export const TerrasosHeader = ({ className }: Props): JSX.Element => {
<div className="relative flex px-15 py-10 md:py-0 md:px-0 h-[62px] md:h-[72px] justify-between items-center md:max-w-[708px] lg:max-w-[940px] xl:max-w-[1220px] w-full mx-auto bg-brand-300 md:bg-ac-neutral-0">
<a href="https://www.terrasos.co/">
<TerrasosLogo
className="text-bc-neutral-0 lg:ml-[7px] md:text-brand-300 ml-[7px] pt-[5px]"
className="text-bc-neutral-0 lg:ml-[7px] md:text-brand-300 ml-[7px] pt-[6px]"
width={190}
height={42}
height={43}
/>
</a>
<div className="flex items-center mb-5 md:mb-0 pr-25 md:pr-0">
Expand Down

0 comments on commit 06ae251

Please sign in to comment.