Skip to content

Commit

Permalink
fix chicken
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehobbs committed Apr 16, 2024
1 parent ed79e53 commit a31fe29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions components/HomePage/MastHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@ import { Button } from "react-bootstrap";
export const MastHead = (props: MastHeadProps) => {
return (
<header
className="masthead"
className="masthead tw-bg-[33%] sm:tw-bg-center tw-bg-cover tw-bg-no-repeat tw-bg-[#161616]"
style={{
background: `linear-gradient(to bottom,rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%),
backgroundImage: `linear-gradient(to bottom,rgba(22, 22, 22, 0.5) 0%, rgba(22, 22, 22, 0.85) 75%, #161616 100%),
url("/img/${props.image}")`,
backgroundColor: "#161616",
backgroundPosition: "67% 75%",
backgroundRepeat: "no-repeat",
backgroundAttachment: "scroll",
backgroundSize: "cover",
}}
>
<div
Expand Down
Binary file modified public/img/Rescued Chicken.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a31fe29

Please sign in to comment.