Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
guicheffer committed Sep 25, 2024
1 parent 6431bca commit 0dd529f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/para-fran/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ body {
padding: 0;
display: flex;
flex-direction: column;
-webkit-flex-direction: column;
height: 80vh;
overflow: hidden !important;
width: 100vw;
}

.container {
Expand Down Expand Up @@ -40,7 +42,7 @@ body {
margin: 0 auto;
animation: fadeIn 1.5s ease-out;
position: relative;
z-index: 2;
z-index: 0;
}

h1 {
Expand Down
2 changes: 1 addition & 1 deletion src/todes-fran/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body {
margin: 0 auto;
animation: fadeIn 1.5s ease-out;
position: relative;
z-index: 2;
z-index: 0;
}

h1 {
Expand Down

0 comments on commit 0dd529f

Please sign in to comment.