artificialguybr commited on
Commit
8474430
1 Parent(s): e24c40e

Update custom.css

Browse files
Files changed (1) hide show
  1. custom.css +6 -6
custom.css CHANGED
@@ -1,10 +1,10 @@
1
  #title{text-align: center;}
2
- #title h1{font-size: 3em; display:inline-flex; align-items:center}
3
- #prompt input{width: calc(100% - 160px);border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
4
- #run_button{position:absolute;margin-top: 11px;right: 0;margin-right: 0.8em;border-bottom-left-radius: 0px;
5
- border-top-left-radius: 0px;}
6
- #gallery{display:flex; max-width: 300px;} /* Resizing the gallery */
7
- #gallery .grid-wrap{min-height: 100%;}
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}