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 +}