Skip to content

Commit

Permalink
Fix css for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4cks committed Aug 8, 2023
1 parent a97bf57 commit 7e8ef1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ html, body, main {
width: 500px;
height: 500px;
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
z-index: -5;
}

form {
position: relative;
z-index: 1;
}

.center {
Expand Down

0 comments on commit 7e8ef1c

Please sign in to comment.