artificialguybr commited on
Commit
98be8ae
1 Parent(s): 8474430

Update custom.css

Browse files
Files changed (1) hide show
  1. custom.css +1 -8
custom.css CHANGED
@@ -3,11 +3,4 @@
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}
11
- #title img{width: 80px;}
12
- #gallery {max-height: 370px}
13
- }
 
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 */