Skip to content

Commit

Permalink
background img in body
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainValls committed Nov 15, 2023
1 parent 8b713a4 commit 12cc047
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ body {
margin: 0;
font-family: "Avenir";
overflow-x: hidden;
background-image: url(/public/assets/visuels/background_site_kickoff.webp);
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}

html {
Expand All @@ -23,11 +28,6 @@ html {
color: var(--color);
height: 100%;
width: 100vw;
background-image: url(./public/assets/visuels/background_site_kickoff.webp);
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}

.background-black {
Expand Down Expand Up @@ -121,7 +121,7 @@ html {
align-items: center;
justify-content: center;
background: #13120d;
overflow-y : hidden
overflow-y: hidden;
}

.section-three {
Expand Down
2 changes: 2 additions & 0 deletions docs/index.b3cd4ceb.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 12cc047

Please sign in to comment.