Spaces:
Runtime error
Runtime error
Create custom.css
Browse files- custom.css +6 -0
custom.css
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#title{text-align: center;}
|
2 |
+
#title h1{font-size: 2em;}
|
3 |
+
#prompt input{width: 100%; border-radius: 4px;}
|
4 |
+
#run_button{width: 100%; margin-top: 1em; border-radius: 4px;}
|
5 |
+
#gallery{display:flex; flex-wrap: wrap; max-width: 300px;} /* Reduzindo o tamanho da galeria */
|
6 |
+
#gallery .grid-wrap{min-height: 100%; max-width: 100px; max-height: 100px;} /* Reduzindo o tamanho das imagens da galeria */
|