From c5edb9918d0889770e4fc2e791d89238096e2e77 Mon Sep 17 00:00:00 2001 From: KANDIVALASA LAXMI <156179607+laxmikandivalasa@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:05:19 +0530 Subject: [PATCH] Update styles.css Update styles.css --- Website/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Website/css/styles.css b/Website/css/styles.css index 1de4debbd..ac5e11fa3 100644 --- a/Website/css/styles.css +++ b/Website/css/styles.css @@ -475,7 +475,7 @@ div { background-color: #121245; padding: 10px 20px; border-radius: 15px; - height: 340px; + height: 450px; color: white; animation: slideInRight 0.3s ease-in-out; transition: background-color 0.3s ease; @@ -553,7 +553,7 @@ div { background-color: #121245; padding: 10px 20px; border-radius: 15px; - height: 340px; + height: 450px; color: white; animation: slideInRight 1s ease-in-out; transition: background-color 0.3s ease; @@ -2318,4 +2318,4 @@ body.blue-mode { /* Dark blue background for tooltips */ color: #f1f1f1; /* Light text */ -} \ No newline at end of file +}