소스 검색

Reduce initials shadow spread

Vijayakrishnan 3 년 전
부모
커밋
448bf2e35d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/css/z.css

+ 1 - 1
public/css/z.css

@@ -55,7 +55,7 @@
     --size: 25px;
     align-items: center;
     background: #ccc;
-    box-shadow: 0 0 20px var(--shadow-color);
+    box-shadow: 0 0 6px var(--shadow-color);
     border-radius: 50%;
     display: flex;
     flex-shrink: 0;