Micro style tweaks

This commit is contained in:
2023-03-30 01:34:31 +03:00
parent 5d930f0947
commit 228936ad6d
5 changed files with 6 additions and 14 deletions

View File

@@ -164,7 +164,7 @@ export default {
border: rgb(253, 253, 253) solid;
border-radius: 100%;
border-width: 0.35vw;
filter: drop-shadow(0.35vw 0.35vw 0.35vw rgba(0, 0, 0, 0.4));
box-shadow: 0.35vw 0.35vw 0.35vw rgba(0, 0, 0, 0.4);
}
h2 {