Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akctarus committed Nov 15, 2023
1 parent 60be2e7 commit 8b713a4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
20 changes: 16 additions & 4 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ html {
text-align: center;
color: var(--color);
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
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 @@ -178,6 +177,11 @@ html {
color: #000;
}

.section-three span4 {
font-size: 1rem;
color: #000;
}

.section-three p {
font-size: 1rem;
}
Expand Down Expand Up @@ -492,6 +496,10 @@ time {
font-size: 13px;
}

.section-three span4 {
font-size: 10px;
}

.section-three .head {
font-size: 30px;
margin-top: none;
Expand Down Expand Up @@ -670,6 +678,10 @@ time {
font-size: 13px;
}

.section-three span4 {
font-size: 10px;
}

.section-three .head {
font-size: 30px;
margin-top: none;
Expand Down
2 changes: 2 additions & 0 deletions docs/index.702665de.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.702665de.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 8b713a4

Please sign in to comment.