Skip to content

Commit

Permalink
Fixed background and footer interaction.
Browse files Browse the repository at this point in the history
  • Loading branch information
originalnicodr committed Dec 29, 2023
1 parent ea36a1e commit 6b52f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ export default function App({ Component, pageProps }: AppProps) {
</Head>
<Navigation />
<Component {...pageProps} />
<picture>
<img
className="absolute top-0 left-0 object-cover"
src={`${basePath}/wrapped-images/Topography.svg`}
alt=""
style = {{zIndex: "-1", objectFit: "cover", minHeight: "200%"}}
/>
</picture>
<Footer />
</div>
);
Expand Down
2 changes: 2 additions & 0 deletions styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ body {
min-height: 100%;
font-family: 'Galano Grotesque Alt (Numbers)', 'Atkinson Hyperlegible', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
background-image: url("/framed-wrapped/wrapped-images/Topography.svg");
background-size: 200%;
}

html {
Expand Down

0 comments on commit 6b52f25

Please sign in to comment.