goshare/static/style.css

21 lines
235 B
CSS

.container {
max-width: 600px;
margin: auto;
}
#upload-box {
display: flex;
flex-direction: column;
align-items: center;
padding: 100px;
border: dashed;
}
/* #file-input { */
/* } */
#retention-select {
margin-top: 1rem;
}