From f8adb2658f22ca38d8902f8fb832b91376cfcc8d Mon Sep 17 00:00:00 2001 From: dodollama <162728301+dodollama@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:13:33 +0530 Subject: [PATCH] Update styles.css --- styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 38dd6f6..b9ebf1d 100644 --- a/styles.css +++ b/styles.css @@ -92,9 +92,11 @@ body.dark-mode .rounded-button:hover { border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding-bottom: 5px; - margin-bottom: 20px; /* increased margin to 20px */ + margin: 20px; /* added margin to keep it within the container */ + box-sizing: border-box; /* added to include padding in width calculation */ } + body.dark-mode #response { color: #fff; background-color: #444;