Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bachwebsite committed Apr 7, 2024
1 parent f1b2f2d commit a659649
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,17 @@
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
transition: 1s ease-in;
}
img#shortcut:hover {
opacity: 0.7;
width: 155px;
height: 155px;
width: 200px;
height: 200px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
transition: 1s ease-in-out;
transition: 1s ease-in;
}
div.buttons {
margin-left: 80px;
Expand Down

0 comments on commit a659649

Please sign in to comment.