From 18cb7a56b4b093cc3f062ca79c28d7697c17742b Mon Sep 17 00:00:00 2001 From: Sachin Ram Date: Wed, 13 Nov 2024 11:40:08 +0530 Subject: [PATCH] Adjust 3D Tile position to avoid overlap with text:BUG fixed --- Code/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Code/style.css b/Code/style.css index 8e70a62..e3cfc89 100644 --- a/Code/style.css +++ b/Code/style.css @@ -222,6 +222,7 @@ nav ul li:hover .sub-menu-1 ul li a:hover display: flex; justify-content: left; align-items: center; + margin-top: 20vh; min-height: 40vh; transition: 0.5s; @@ -311,7 +312,7 @@ nav ul li:hover .sub-menu-1 ul li a:hover .t1 { position: absolute; - bottom: 58%; + bottom: 52%; left: 16px; color: #fff; @@ -324,7 +325,7 @@ nav ul li:hover .sub-menu-1 ul li a:hover .t2 { position: absolute; - bottom: 54%; + bottom: 48%; left: 16px; color: #fff;