css updated

This commit is contained in:
2026-04-20 20:06:31 +05:30
parent c859db18a6
commit c0663b9171

View File

@@ -72,7 +72,7 @@
.vertical-text { .vertical-text {
position: absolute; position: absolute;
right: 5%; right: 5%;
top: 22%; top: 34%;
/* transform: rotate(90deg) translateY(-50%); */ /* transform: rotate(90deg) translateY(-50%); */
transform-origin: right center; transform-origin: right center;
z-index: 3; z-index: 3;
@@ -707,4 +707,7 @@
} }
.impact-card:hover { .impact-card:hover {
transform: translateY(-5px) !important; transform: translateY(-5px) !important;
} }
.vertical-text img {
width: 49px;
}