Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
juntao authored Oct 5, 2024
1 parent afeb33d commit f537602
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
align-items: center;
margin-top: 40px;
}
.chat-options .chat-button {
.chat-button {
width: 200px;
padding: 15px;
background-color: #007BFF;
Expand All @@ -139,12 +139,12 @@
display: flex;
align-items: center;
}
.chat-options .chat-button img {
.chat-button img {
width: 24px;
height: 24px;
margin-right: 10px;
}
.chat-options .chat-button:hover {
.chat-button:hover {
background-color: #0056b3;
}
.qr-codes {
Expand All @@ -153,8 +153,8 @@
margin-top: 20px;
}
.qr-codes img {
width: 120px;
height: 120px;
width: 280px;
height: 280px;
}
.email-example-section p {
margin-bottom: 20px;
Expand Down

0 comments on commit f537602

Please sign in to comment.