Skip to content

Commit

Permalink
adjust widths per kerri's request
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Sep 18, 2024
1 parent 7e8b237 commit 66b5235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/images/header-logo-lg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const HeaderLogoLg = (props: Props) => {

return (
<svg
className="h-auto w-[400px] lg:w-[450px] 2xl:w-[700px]"
className="h-auto w-[400px] lg:w-[356px] xl:w-[476px] 2xl:w-[700px]"
width="100%"
height="100%"
viewBox="0 0 705 87"
Expand Down

0 comments on commit 66b5235

Please sign in to comment.