We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dfc78 commit 6bbc4ccCopy full SHA for 6bbc4cc
cloud/app/src/routes/index.css
@@ -136,9 +136,6 @@
136
align-items: start;
137
gap: var(--space-3);
138
139
- &:nth-child(1) {
140
- }
141
-
142
&:nth-child(2) {
143
border-left: 2px solid var(--color-border);
144
}
@@ -180,7 +177,7 @@
180
177
181
178
img {
182
179
width: 100%;
183
- height: "auto";
+ height: auto;
184
185
186
@@ -209,7 +206,7 @@
209
206
210
207
211
208
width: 80%;
212
213
214
215
0 commit comments