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 e0611b6 commit 603b1f4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,17 @@
background-color: #f1f1f1;
}
.chat-section {
width: 45%;
/* width: 45%; */
flex: 1;
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%;
/* width: 45%; */
flex: 1;
background-color: #fff;
padding: 30px;
box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
Expand Down Expand Up @@ -188,7 +190,7 @@
color: white;
margin-top: 40px;
}
@media (max-width: 600px) {
@media (max-width: 768px) {
.container {
flex-direction: column; /* Stack boxes vertically on narrow screens */
}
Expand Down

0 comments on commit 603b1f4

Please sign in to comment.