Spaces:
Sleeping
Sleeping
artificialguybr
commited on
Commit
•
8474430
1
Parent(s):
e24c40e
Update custom.css
Browse files- custom.css +6 -6
custom.css
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
#title{text-align: center;}
|
2 |
-
#title h1{font-size:
|
3 |
-
#prompt input{width:
|
4 |
-
#run_button{
|
5 |
-
|
6 |
-
#gallery{
|
7 |
-
|
8 |
|
9 |
@media (max-width: 527px) {
|
10 |
#title h1{font-size: 2.2em}
|
|
|
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 */
|
7 |
+
|
8 |
|
9 |
@media (max-width: 527px) {
|
10 |
#title h1{font-size: 2.2em}
|