Peter Muturi il y a 3 ans
Parent
commit
828dd868db
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      public/css/z.css

+ 2 - 2
public/css/z.css

@@ -52,7 +52,7 @@
 .z .header {}
 .z .thumbnail {
     --shadow-color: #aaa;
-    --size: 40px;
+    --size: 25px;
     align-items: center;
     background: #ccc;
     box-shadow: 0 0 20px var(--shadow-color);
@@ -60,7 +60,7 @@
     display: flex;
     flex-shrink: 0;
     justify-content: center;
-    font-size: 18px;
+    font-size: 14px;
     height: var(--size);
     width: var(--size);
 } .z .thumbnail.online {