Skip to content

Commit

Permalink
Merge pull request #39 from NMFS-RADFish/RADFISH-261-remove-whitespac…
Browse files Browse the repository at this point in the history
…e-on-homepage

Radfish 261 remove whitespace on homepage
  • Loading branch information
jaygiang authored Aug 22, 2024
2 parents 5f747c1 + 55702fd commit 7700368
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@ import HomepageFeatures from "../components/HomepageFeatures";
function HomepageHeader() {
const { siteConfig } = useDocusaurusContext();
return (
<header className={clsx("hero hero--primary", styles.heroBanner)}>
<div className="container">
<header
className={clsx("hero hero--primary", styles.heroBanner)}
style={{
height: "65vh",
backgroundImage: "url(img/hero-banner.jpeg)",
backgroundSize: "cover",
backgroundPosition: "bottom",
}}
>
<div
className="container"
>
<Heading as="h1" className="hero__title">
{siteConfig.title}
</Heading>
Expand Down
Binary file added static/img/hero-banner.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 7700368

Please sign in to comment.