Skip to content

Commit

Permalink
script end body
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainValls committed Nov 14, 2023
1 parent bc3a318 commit 0db2e42
Show file tree
Hide file tree
Showing 21 changed files with 79 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.DS_Store
.parcel-cache
dist
8 changes: 4 additions & 4 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
margin: 0;
font-family: "Avenir";
overflow-x: hidden;
max-width: 100vw;
/* max-width: 100vw; */
}

html {
Expand All @@ -17,7 +17,7 @@ html {
.background {
text-align: center;
color: var(--color);
width: 100%;
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
Expand Down Expand Up @@ -60,6 +60,7 @@ html {
height: 100vh;
width: 100vw;
color: white;
overflow-x: hidden;
}

.section-two .part-one {
Expand Down Expand Up @@ -92,6 +93,7 @@ html {
color: white;
text-align: center;
background: #786abf;
overflow-x: hidden;
}

.section-three .part-one {
Expand Down Expand Up @@ -241,8 +243,6 @@ time {
right: -6rem;
bottom: 30%;
height: 13rem;
z-index: 1000;
rotate: 110deg;
}

#titre {
Expand Down
1 change: 1 addition & 0 deletions build/OSRD-kickoff-programme-date-kickoff.a1ccc616.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/OSRD-kickoff-programme-logo-GOUV.94d55415.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/OSRD-kickoff-programme-logo-OSRD.9ec2ad41.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0db2e42

Please sign in to comment.