image-search / static /style.css
Andrew Smith
Initial commit
48e00e6
raw
history blame
140 Bytes
main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.search-form {
padding: 20px 0;
}