From c0663b9171c12ae2f94acd1c9c5cba4feb531763 Mon Sep 17 00:00:00 2001 From: Goutam Date: Mon, 20 Apr 2026 20:06:31 +0530 Subject: [PATCH] css updated --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f177be9..667caae 100644 --- a/style.css +++ b/style.css @@ -72,7 +72,7 @@ .vertical-text { position: absolute; right: 5%; - top: 22%; + top: 34%; /* transform: rotate(90deg) translateY(-50%); */ transform-origin: right center; z-index: 3; @@ -707,4 +707,7 @@ } .impact-card:hover { transform: translateY(-5px) !important; - } \ No newline at end of file + } + .vertical-text img { + width: 49px; +} \ No newline at end of file