customdiffusion360 / style.css
customdiffusion360's picture
first commit
ad7bc89
raw
history blame
No virus
635 Bytes
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css');
/* the outermost contrained of the app */
.main{
display: flex;
justify-content: center;
align-items: center;
/* width: 1000px; */
}
#column_process{
display: flex;
/* justify-content: center; */
/* align-items: center; */
height: 512px;
margin-top: 250px;
}
#map{
display: flex;
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
height: 512px;
width: 512px;
}
#run-button{
display: flex;
height: 512px;
margin-top: 250px;
}