Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHellishPandaa authored Jan 1, 2025
1 parent d4b4868 commit 5b3aea7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
border-radius: 15px;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
width: 30%;
margin: 4%;
animation: fadeIn 1s ease-in-out;
}

Expand All @@ -37,8 +38,8 @@
background: rgba(255, 255, 255, 0.1);
border-radius: 15px;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
margin: 5%;
width: 60%;
margin: 4%;
width: 50%;
animation: fadeIn 1s ease-in-out;
}

Expand Down

0 comments on commit 5b3aea7

Please sign in to comment.