Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainValls committed Nov 15, 2023
1 parent 90658ac commit 855dedc
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 74 deletions.
35 changes: 19 additions & 16 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,24 @@ body {
margin: 0;
font-family: "Avenir";
overflow-x: hidden;
background: url(/public/assets/visuels/background_site_kickoff.webp) no-repeat center center fixed;
background: url(/public/assets/visuels/background_site_kickoff.webp) no-repeat
center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

body:after{
content:"";
position:fixed; /* stretch a fixed position to the whole screen */
top:0;
height:100vh; /* fix for mobile browser address bar appearing disappearing */
left:0;
right:0;
z-index:-1; /* needed to keep in the background */
background: url(/public/assets/visuels/background_site_kickoff.webp) center center;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

body:after {
content: "";
position: fixed; /* stretch a fixed position to the whole screen */
top: 0;
height: 100vh; /* fix for mobile browser address bar appearing disappearing */
left: 0;
right: 0;
z-index: -1; /* needed to keep in the background */
background: url(/public/assets/visuels/background_site_kickoff.webp) center
center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
Expand Down Expand Up @@ -109,6 +111,7 @@ html {
}

.section-two {
text-align: center;
position: relative;
height: 100vh;
width: 100vw;
Expand Down Expand Up @@ -851,7 +854,7 @@ time {
#third-ornament-svg {
position: absolute;
right: -15px;
top: 4rem;
bottom: 10rem;
height: 4rem;
z-index: 1000;
rotate: 110deg;
Expand Down
2 changes: 2 additions & 0 deletions docs/index.be53ffc1.css

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

1 change: 1 addition & 0 deletions docs/index.be53ffc1.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 855dedc

Please sign in to comment.