From 70e4b6b5ae8a5d0c56adec320749833fa994e5e4 Mon Sep 17 00:00:00 2001 From: Michael Yuan Date: Tue, 24 Sep 2024 00:20:45 -0700 Subject: [PATCH] Update index.css --- index.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/index.css b/index.css index e26ff22..628995c 100644 --- a/index.css +++ b/index.css @@ -99,8 +99,7 @@ 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); @@ -108,8 +107,7 @@ 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); @@ -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%; + } }