ソースを参照

wip: fix CSS syntax issues in index.css

Dax Raad 6 ヶ月 前
コミット
6bbc4cca92
1 ファイル変更2 行追加5 行削除
  1. 2 5
      cloud/app/src/routes/index.css

+ 2 - 5
cloud/app/src/routes/index.css

@@ -136,9 +136,6 @@
     align-items: start;
     align-items: start;
     gap: var(--space-3);
     gap: var(--space-3);
 
 
-    &:nth-child(1) {
-    }
-
     &:nth-child(2) {
     &:nth-child(2) {
       border-left: 2px solid var(--color-border);
       border-left: 2px solid var(--color-border);
     }
     }
@@ -180,7 +177,7 @@
 
 
       img {
       img {
         width: 100%;
         width: 100%;
-        height: "auto";
+        height: auto;
       }
       }
     }
     }
 
 
@@ -209,7 +206,7 @@
 
 
       img {
       img {
         width: 80%;
         width: 80%;
-        height: "auto";
+        height: auto;
       }
       }
     }
     }
   }
   }