Fixes
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / components / _player.scss
index 8fda601..2589d9c 100644 (file)
       list-style-type: decimal;
       margin: 5px 0;
       color: white;
+      cursor: pointer;
 
       span {
           display: none;
 
     &:nth-child(1) { left: 0; }
     &:nth-child(2) { right: 0; }
+    &:nth-child(3) {
+        left: 0;
+        right: 0;
+        text-align: center;
+    }
   }
 }
+
+
+.project-icon {
+    max-width: 100px;
+    max-height: 50px;
+}