From 426ec3cc3f8797a187602e347fd14551b71da846 Mon Sep 17 00:00:00 2001 From: Souvik Kumar Pramanik <123581988+souvikpramanikgit@users.noreply.github.com> Date: Sat, 9 Nov 2024 15:50:53 +0530 Subject: [PATCH] Update styles.css --- Website/css/styles.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Website/css/styles.css b/Website/css/styles.css index ac5e11fa3..d3dc27326 100644 --- a/Website/css/styles.css +++ b/Website/css/styles.css @@ -475,11 +475,9 @@ div { background-color: #121245; padding: 10px 20px; border-radius: 15px; - height: 450px; + /* height: 340px; */ color: white; animation: slideInRight 0.3s ease-in-out; - transition: background-color 0.3s ease; - overflow-y: scroll; } #languages::-webkit-scrollbar { @@ -553,11 +551,9 @@ div { background-color: #121245; padding: 10px 20px; border-radius: 15px; - height: 450px; + /* height: 340px; */ color: white; animation: slideInRight 1s ease-in-out; - transition: background-color 0.3s ease; - overflow-y: scroll; } #milestone::-webkit-scrollbar {