💄 Update card and social-media logo desgin

This commit is contained in:
stefan080106
2022-09-20 22:40:09 +02:00
parent d91839e793
commit dffc8f7a2d
2 changed files with 6 additions and 3 deletions

View File

@@ -8,7 +8,10 @@
div {
a {
span {
> span {
> img {
filter: drop-shadow(1px 1px 4px #4444dd);
}
transition: all 0.5s;
}
:hover {
@@ -37,7 +40,7 @@
align-items: center;
justify-content: center;
flex-direction: row;
border: 1px solid black;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 15px;
border-radius: 0.5rem;
}
}