Spaces:
Running
Running
Create css.css
Browse files
css.css
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<style>
|
| 2 |
+
.gallery { min_width=512px; min_height=512px; max_height=512px; !important; }
|
| 3 |
+
.image-monitor {
|
| 4 |
+
border:1px solid red;
|
| 5 |
+
}
|
| 6 |
+
.svelte-1pijsyv{
|
| 7 |
+
border:1px solid green;
|
| 8 |
+
}
|
| 9 |
+
.gallery-container{
|
| 10 |
+
max-height: 512px;
|
| 11 |
+
}
|
| 12 |
+
</style>
|