We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f52b02 commit 284ed7cCopy full SHA for 284ed7c
cv.html
@@ -271,10 +271,12 @@
271
cursor: pointer;
272
font-weight: bold;
273
color: #0073e6;
274
+ font-style: italic;
275
margin-left: 5px;
276
padding: 5px;
- border-radius: 50%; /* Makes the icon circular */
277
- background-color: #f1f1f1; /* Light gray background for contrast */
+ border-radius: 40%;
278
+ background-color: #f1f1f1;
279
+ border: 2px solid #0073e6;
280
display: inline-flex;
281
justify-content: center;
282
align-items: center;
0 commit comments