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 b6405bb commit 5ae3c6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/para-fran/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ a.btn:hover {

canvas {
pointer-events: none;
position: absolute;
position: fixed;
overflow-y: hidden;
overflow-x: hidden;
width: 100%;
margin: 0;
z-index: 999;
top: 0;
left:0 ;
left: 0;
}
2 changes: 1 addition & 1 deletion src/todes-fran/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,5 @@ canvas {
margin: 0;
z-index: 999;
top: 0;
left:0 ;
left: 0;
}

0 comments on commit 5ae3c6f

Please sign in to comment.