artificialguybr's picture
Update custom.css
5856490
raw
history blame
567 Bytes
#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}
}