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