Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
timaelkhammas authored Mar 15, 2024
1 parent f750813 commit e9cec26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#guestbook {
position: fixed;
top: 0;
left: 52%;
left: 49%;
transform: translateX(-50%);
width: 300px;
padding: 15px;
Expand Down Expand Up @@ -62,7 +62,7 @@
position: fixed;
top: 0;
right: 0;
width: 400px;
width: 500px;
padding: 20px;
margin-top: 15px;
text-align: left;
Expand Down

0 comments on commit e9cec26

Please sign in to comment.