Files
Grinch-AP/WebHostLib/static/styles/uploads.css

23 lines
316 B
CSS
Raw Normal View History

2020-07-18 16:25:07 -04:00
#uploads-wrapper{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
#uploads{
2020-11-30 16:00:48 -05:00
width: 620px;
height: 280px;
text-align: center;
}
2020-07-18 16:25:07 -04:00
#uploads-form-wrapper{
width: 100%;
text-align: center;
margin-bottom: 1rem;
}
#upload-form{
display: none;
}