Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarlizard committed Oct 18, 2024
1 parent 7efbc19 commit 9697078
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ hr{
}
}
.linklist{
margin-left: 20px;
margin-left: 10px;
margin-top: 10px;
}
.linklist img{
Expand Down Expand Up @@ -211,9 +211,19 @@ hr{
}
.grid-item{
max-width: 50px;
transition: 1s;
}
.grid-item:hover{
margin-top: -20px;
transition: 1s;
img{
width: 110%;
filter: drop-shadow(10px 30px 8px var(--text));
}
}
.grid-item img{
width: 100%;
transition: 1s;
filter: drop-shadow(10px 10px 4px var(--text));
}
.containerTop .row .card{
Expand Down

0 comments on commit 9697078

Please sign in to comment.