Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Mar 15, 2024
1 parent ae10739 commit 5df5a83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
left: 0;
right: 0;
margin: auto;
z-index: 2;
z-index: 2;
}

#skills-container {
Expand Down Expand Up @@ -73,14 +73,15 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 3; /* Adjusted to be on top of the skill card icon */
}

.preview-content img {
.preview-content img {
max-width: 100%;
height: auto;
max-height: 150px;
margin-bottom: 10px;
}


.audio-qr-code-install-button {
margin-top: 10px;
Expand Down

0 comments on commit 5df5a83

Please sign in to comment.