Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
juntao authored Sep 24, 2024
1 parent 603b1f4 commit 70e4b6b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,15 @@
background-color: #f1f1f1;
}
.chat-section {
/* width: 45%; */
flex: 1;
width: 45%;
background-color: #fff;
padding: 30px;
box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
border-radius: 12px;
text-align: center;
}
.email-example-section {
/* width: 45%; */
flex: 1;
width: 45%;
background-color: #fff;
padding: 30px;
box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
Expand Down Expand Up @@ -194,4 +192,11 @@
.container {
flex-direction: column; /* Stack boxes vertically on narrow screens */
}
.chat-section {
width: 90%;
margin-bottom: 20px;
}
.email-example-section {
width: 90%;
}
}

0 comments on commit 70e4b6b

Please sign in to comment.