Added shadow to images

This commit is contained in:
BOTAlex 2024-06-10 04:26:00 +02:00
parent 1bef85049e
commit 718dd4f65a
3 changed files with 5 additions and 1 deletions

View file

@ -86,6 +86,7 @@
& > img {
border-radius: 2.5mm;
filter: drop-shadow(1mm 1mm 1mm #0000009d);
}
}
</style>