Skip to content

Commit a2ef93f

Browse files
Update cv.html
1 parent e684ef5 commit a2ef93f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cv.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
position: absolute;
296296
top: 40px; /* Positioned directly below the "i" icon */
297297
left: 50%;
298-
transform: translateX(-50%); /* Centers the box relative to the "i" icon */
298+
transform: translateX(+100%) translateY(-100%);
299299
background-color: #fff;
300300
border: 1px solid #ccc;
301301
padding: 10px;

0 commit comments

Comments
 (0)