From c6ec7100f49ba6ce8137466ebc3c874f0cee2e5c Mon Sep 17 00:00:00 2001 From: tzerefos Date: Thu, 30 May 2024 10:50:40 +0300 Subject: [PATCH] Fixed positioning of \'WORKING IDEAS segment\' in 2k resolution screens --- hdms/2024/assets/css/main_newest.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdms/2024/assets/css/main_newest.css b/hdms/2024/assets/css/main_newest.css index c43d520..dbbaf33 100644 --- a/hdms/2024/assets/css/main_newest.css +++ b/hdms/2024/assets/css/main_newest.css @@ -3648,14 +3648,14 @@ line-height: 24px; #Working_track{ top:26%; - left:27%; + left:20%; width: 403.2px; } #Demos{ width: 532.8px; right:32.5%; - bottom:13%; + bottom:8%; }