Skip to content

Commit 6bbc4cc

Browse files
committed
wip: fix CSS syntax issues in index.css
1 parent 10dfc78 commit 6bbc4cc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cloud/app/src/routes/index.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@
136136
align-items: start;
137137
gap: var(--space-3);
138138

139-
&:nth-child(1) {
140-
}
141-
142139
&:nth-child(2) {
143140
border-left: 2px solid var(--color-border);
144141
}
@@ -180,7 +177,7 @@
180177

181178
img {
182179
width: 100%;
183-
height: "auto";
180+
height: auto;
184181
}
185182
}
186183

@@ -209,7 +206,7 @@
209206

210207
img {
211208
width: 80%;
212-
height: "auto";
209+
height: auto;
213210
}
214211
}
215212
}

0 commit comments

Comments
 (0)