Skip to content

Commit cb18518

Browse files
Update cv.html
1 parent 8c7e3a0 commit cb18518

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

cv.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,15 +279,17 @@
279279
.info-box {
280280
display: none;
281281
position: absolute;
282-
bottom: 40px;
283-
right: 50%;
284-
transform: translateX(-50%);
282+
top: 100%; /* Positioned directly below the "i" icon */
283+
left: 50%;
284+
transform: translateX(-50%); /* Centers the box relative to the "i" icon */
285285
background-color: #fff;
286286
border: 1px solid #ccc;
287287
padding: 10px;
288288
max-width: 300px;
289289
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
290290
z-index: 1000;
291+
white-space: normal;
292+
border-radius: 8px; /* Smooth rounded corners */
291293
}
292294

293295
.close-info {
@@ -297,6 +299,7 @@
297299
border: none;
298300
cursor: pointer;
299301
margin-top: 10px;
302+
font-family: 'Times New Roman', Times, serif;
300303
}
301304

302305
.close-info:hover {

0 commit comments

Comments
 (0)