Skip to content

Commit

Permalink
Update styles & images
Browse files Browse the repository at this point in the history
  • Loading branch information
guicheffer committed Sep 25, 2024
1 parent 5ae3c6f commit 94c272b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/para-fran/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body {
margin: 0 auto;
animation: fadeIn 1.5s ease-out;
position: relative;
z-index: 0;
z-index: 1;
}

h1 {
Expand Down Expand Up @@ -168,7 +168,7 @@ canvas {
overflow-x: hidden;
width: 100%;
margin: 0;
z-index: 999;
z-index: 999999;
top: 0;
left: 0;
}
4 changes: 2 additions & 2 deletions src/todes-fran/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body {
margin: 0 auto;
animation: fadeIn 1.5s ease-out;
position: relative;
z-index: 0;
z-index: 1;
}

h1 {
Expand Down Expand Up @@ -198,7 +198,7 @@ canvas {
overflow-x: hidden;
width: 100%;
margin: 0;
z-index: 999;
z-index: 999999;
top: 0;
left: 0;
}

0 comments on commit 94c272b

Please sign in to comment.