File size: 567 Bytes
5d6a749
 
 
 
 
5856490
5d6a749
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#title{text-align: center;}
#title h1{font-size: 3em; display:inline-flex; align-items:center}
#prompt input{width: calc(100% - 160px);border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
#run_button{position:absolute;margin-top: 11px;right: 0;margin-right: 0.8em;border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;}
#gallery{display:flex; max-width: 300px;}  /* Resizing the gallery */
#gallery .grid-wrap{min-height: 100%;}

@media (max-width: 527px) {
  #title h1{font-size: 2.2em}
  #title img{width: 80px;}
  #gallery {max-height: 370px}
}